From e493218d687f4bdc683bcdd61680b3e50b1cffa1 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sat, 7 Mar 2020 16:16:02 -0500 Subject: [PATCH] Update changelog for 0.4.11 (#399) --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b5de9..3f11a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Chrono obeys the principle of [Semantic Versioning](http://semver.org/). There were/are numerous minor versions before 1.0 due to the language changes. Versions with only mechanical changes will be omitted from the following list. -## next +## 0.4.11 ### Improvements @@ -18,6 +18,13 @@ Versions with only mechanical changes will be omitted from the following list. * Support "negative UTC" in `parse_from_rfc2822` (@quodlibetor #368 reported in #102) * Support comparisons of DateTimes with different timezones (@dlalic in #375) +* Many documentation improvements + +### Bitrot and external integration fixes + +* Don't use wasmbind on wasi (@coolreader18 #365) +* Avoid deprecation warnings for `Error::description` (@AnderEnder and + @quodlibetor #376) ### Internal improvements diff --git a/Cargo.toml b/Cargo.toml index 327c9a9..94c8c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.10" +version = "0.4.11" authors = [ "Kang Seonghoon ", "Brandon W Maister ",