Update changelog for 0.4.11 (#399)

This commit is contained in:
Brandon W Maister 2020-03-07 16:16:02 -05:00 committed by GitHub
parent 725d88e0dc
commit e493218d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -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. 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. Versions with only mechanical changes will be omitted from the following list.
## next ## 0.4.11
### Improvements ### 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 * Support "negative UTC" in `parse_from_rfc2822` (@quodlibetor #368 reported in
#102) #102)
* Support comparisons of DateTimes with different timezones (@dlalic in #375) * 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 ### Internal improvements

View File

@ -1,6 +1,6 @@
[package] [package]
name = "chrono" name = "chrono"
version = "0.4.10" version = "0.4.11"
authors = [ authors = [
"Kang Seonghoon <public+rust@mearie.org>", "Kang Seonghoon <public+rust@mearie.org>",
"Brandon W Maister <quodlibetor@gmail.com>", "Brandon W Maister <quodlibetor@gmail.com>",