Update CHANGELOG for 0.3.4.

This commit is contained in:
Sergio Benitez 2017-12-14 19:35:15 +07:00
parent 3be6b6c4a6
commit 6e18093c3a
1 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,24 @@
# Version 0.3.4 (Dec 14, 2017)
## Core
* `NamedFile`'s `Responder` implementation now uses a sized body when the
file's length is known.
* `#[repr(C)]` is used on `str` wrappers to guarantee correct structure layout
across platforms.
* A `status::BadRequest` `Responder` was added.
## Codegen
* Codegen was updated for `2017-12-13` nightly.
* Minimum required `rustc` is `1.24.0-nightly 2017-12-13`.
## Docs
* The rustdoc `html_root_url` now points to the correct address.
* Fixed typo in fairings guide: ~~event~~ events.
* Fixed typo in `Outcome` docs: ~~users~~ Users.
# Version 0.3.3 (Sep 25, 2017) # Version 0.3.3 (Sep 25, 2017)
## Core ## Core