From 6e18093c3ac5f3974131122a9f3f96cdef01680c Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 14 Dec 2017 19:35:15 +0700 Subject: [PATCH] Update CHANGELOG for 0.3.4. --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbce80a4..fb34bca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ## Core