From 1ccaccc2d88aa86b286a2004a869f87c3c15404b Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 25 Sep 2017 21:08:41 -0700 Subject: [PATCH] Update CHANGELOG for 0.3.3. --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1828902..cbce80a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# Version 0.3.3 (Sep 25, 2017) + +## Core + + * `Config`'s `Debug` implementation now respects formatting options. + * `Cow` now implements `FromParam`. + * `Vec` now implements `Responder`. + * Added a `Binary` media type for `application/octet-stream`. + * Empty fairing collections are no longer logged. + * Emojis are no longer emitted to non-terminals. + * Minimum required `rustc` is `1.22.0-nightly 2017-09-13`. + +## Codegen + + * Improved "missing argument in handler" compile-time error message. + * Codegen was updated for `2017-09-25` nightly. + * Minimum required `rustc` is `1.22.0-nightly 2017-09-25`. + +## Docs + + * Fixed typos in site overview: ~~by~~ be, ~~`Reponder`~~ `Responder`. + * Markdown indenting was adjusted for CommonMark. + +## Infrastructure + + * Shell scripts handle paths with spaces. + # Version 0.3.2 (Aug 15, 2017) ## Core