mirror of https://github.com/rwf2/Rocket.git
Update CHANGELOG for 0.3.15.
This commit is contained in:
parent
9c7b868371
commit
f6e48fa001
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue