Update CHANGELOG for 0.4.8.

This commit is contained in:
Sergio Benitez 2021-05-18 21:30:07 -07:00
parent f6568aca68
commit 8e2485c633
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
# Version 0.4.8 (May 18, 2021)
## Core
* [[`#1548`], [`93e88b0`]] Fixed an issue that prevented compilation under
Windows Subsystem for Linux v1.
* Updated `Outcome` `Try` implementation to v2 in latest nightly.
* Minimum required `rustc` is `1.54.0-nightly (2021-05-18)`.
## Internal
* Updated `base64` dependency to `0.13`.
[`#1548`]: https://github.com/SergioBenitez/Rocket/issues/1548
[`93e88b0`]: https://github.com/SergioBenitez/Rocket/commit/93e88b0
# Version 0.4.7 (Feb 09, 2021)
## Core