From 0dfde3b0b911f1a556d0623b35c38091544c2568 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 3 Apr 2018 21:54:24 -0700 Subject: [PATCH] Update CHANGELOG for 0.3.7. --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88133bb6..4b7dc4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# Version 0.3.7 (Apr 03, 2018) + +## Core + + * Fixed a bug where incoming request URIs would match routes with the same + path prefix and suffix and ignore the rest. + * Added known media types for WASM, WEBM, OGG, and WAV. + * Fixed fragment URI parsing. + +## Codegen + + * Codegen was updated for `2018-04-03` nightly. + * Minimum required `rustc` is `1.27.0-nightly 2018-04-03`. + +## Contrib + + * JSON data is read eagerly, improving deserialization performance. + +## Docs + + * Database example and docs were updated for Diesel 1.1. + * Removed outdated README performance section. + * Fixed various typos in rustdocs and guide. + +## Infrastructure + + * Removed gates for stabilized features: `iterator_for_each`, `i128_type`, + `conservative_impl_trait`, `never_type`. + * Travis now tests in both debug and release mode. + # Version 0.3.6 (Jan 12, 2018) ## Core