diff --git a/CHANGELOG.md b/CHANGELOG.md index 41087429..fc383166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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