Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 18, 2021
1 parent b1cb215 commit d3e446e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Optional `complete` callback to `Server#_respond` defaulted to no-op, fixing
"TypeError: complete is not a function" exceptions in cases where this function
is being called from outside this package without the argument.

## [1.11.0] - 2017-11-02

Expand Down

0 comments on commit d3e446e

Please sign in to comment.