Update CHANGELOG for 0.3.15.

This commit is contained in:
Sergio Benitez 2018-07-16 14:31:06 -07:00
parent 9c7b868371
commit f6e48fa001
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# Version 0.3.15 (Jul 16, 2018)
## Codegen
* The `#[catch]` decorator and `catchers!` macro were introduced, replacing
`#[error]` and `errors!`.
* The `#[error]` decorator and `errors!` macro were deprecated.
* Codegen was updated for `2018-07-15` nightly.
* Minimum required `rustc` is `1.29.0-nightly 2018-07-15`.
# Version 0.3.14 (Jun 22, 2018)
## Codegen