Update CHANGELOG for 0.4.9.

This commit is contained in:
Sergio Benitez 2021-05-19 16:48:38 -07:00
parent 8e4ddc06f2
commit 0e52d34a80
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# Version 0.4.9 (May 19, 2021)
## Core
* [[`#1645`], [`f2a56f`]] Fixed `Try` `impl FromResidual<Result> for Outcome`.
[`#1645`]: https://github.com/SergioBenitez/Rocket/issues/1645
[`f2a56f`]: https://github.com/SergioBenitez/Rocket/commit/f2a56f
# Version 0.4.8 (May 18, 2021)
## Core