Update CHANGELOG for 0.3.10.

This commit is contained in:
Sergio Benitez 2018-05-05 00:41:51 -07:00
parent 1914706630
commit 3894e4e9fe
1 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,22 @@
# Version 0.3.10 (May 05, 2018)
## Core
* Fixed parsing of nested TOML structures in config environment variables.
## Codegen
* Codegen was updated for `2018-05-03` nightly.
* Minimum required `rustc` is `1.27.0-nightly 2018-05-04`.
## Contrib
* Contrib was updated for `2018-05-03` nightly.
## Docs
* Fixed database pool type in state guide.
# Version 0.3.9 (Apr 26, 2018) # Version 0.3.9 (Apr 26, 2018)
## Core ## Core