mirror of https://github.com/rwf2/Rocket.git
Update CHANGELOG for 0.3.16.
This commit is contained in:
parent
59e9f7fcc9
commit
2821711ed3
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue