Skip to content

Commit

Permalink
Merge pull request #167 from curveball/release-0.16
Browse files Browse the repository at this point in the history
Prepping a 0.16 beta release
  • Loading branch information
evert authored Jan 11, 2021
2 parents 30a3d9b + 7612c9d commit 8bbd331
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 122 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.16.0-beta.0 (2021-01-10)
--------------------------

* BC Break: `Request.body` is now typed as `unknown` instead of `any`. This
forces users to either validate the body, or cast to `any`.
* It's now possible to write directly to response streams by setting
response.body to a callback.


0.15.0 (2020-12-05)
-------------------

Expand Down
Loading

0 comments on commit 8bbd331

Please sign in to comment.