Skip to content

Commit

Permalink
edit changelog wording
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Mar 7, 2019
1 parent 1b29e25 commit 75f2b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ See buildParseQuery.
Change Log
==========

- 0.6.1 - let createHandler also accept onRequest and onError handlers plain, not in options
- 0.6.0 - remove the broken `encoding`, let the app decode. Breaking: now returns Buffers.
JSON serialize `null` objects instead of returning an empty string.
- 0.6.1 - let createHandler also accept onRequest and onError handlers directly, not just via options
- 0.6.0 - Breaking: remove the broken `encoding` handling, make the app decode. Now returns Buffers.
fix null response handling (`null` is an object not an empty string, JSON serialize it)
- 0.5.2 - make `null` and `undefined` return empty response bodies
- 0.5.0 - full routing with microrest/router, full documentation, `/:*tail` matching
- 0.4.1 - mw helper builders
Expand Down

0 comments on commit 75f2b61

Please sign in to comment.