Update CHANGELOG for 0.3.16.

This commit is contained in:
Sergio Benitez 2018-08-24 00:32:29 -07:00
parent 59e9f7fcc9
commit 2821711ed3
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
# Version 0.3.16 (Aug 24, 2018)
## Codegen
* Codegen was updated for `2018-08-23` nightly.
* Minimum required `rustc` is `1.30.0-nightly 2018-08-23`.
## Core
* Force close only the read end of connections. This allows responses to be
sent even when the client transmits more data than expected.
## Docs
* Add details on retrieving configuration extras to guide.
# Version 0.3.15 (Jul 16, 2018)
## Codegen