Update CHANGELOG for 0.3.2.

This commit is contained in:
Sergio Benitez 2017-08-15 12:17:31 -07:00
parent 8183f63630
commit 944736208e
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
# Version 0.3.2 (Aug 15, 2017)
## Core
* Added conversion methods from and to `Box<UncasedStr>`.
## Codegen
* Lints were removed due to compiler instability. Lints will likely return as
a separate `rocket_lints` crate.
# Version 0.3.1 (Aug 11, 2017)
## Core