Update CHANGELOG for 0.3.9.

This commit is contained in:
Sergio Benitez 2018-04-28 18:23:40 -07:00
parent 6a31cb5f5a
commit 3aefe4f894
1 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,26 @@
# Version 0.3.9 (Apr 26, 2018)
## Core
* Core was updated for `2018-04-26` nightly.
* Minimum required `rustc` is `1.27.0-nightly 2018-04-26`.
* Managed state retrieval cost was reduced to an unsynchronized `HashMap`
lookup.
## Codegen
* Codegen was updated for `2018-04-26` nightly.
* Minimum required `rustc` is `1.27.0-nightly 2018-04-26`.
## Contrib
* A 512-byte buffer is preallocated when deserializing JSON, improving
performance.
## Docs
* Fixed various typos in rustdocs and guide.
# Version 0.3.8 (Apr 07, 2018)
## Codegen