diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f15d89..ecd03265 100644 --- a/CHANGELOG.md +++ b/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