Update CHANGELOG

This commit is contained in:
René Kijewski 2022-08-16 07:20:46 +02:00 committed by Dirkjan Ochtman
parent e1b2675cbf
commit 17d8c2af86

View File

@ -14,6 +14,7 @@ Versions with only mechanical changes will be omitted from the following list.
## 0.4.23 ## 0.4.23
* Impl Add<Month> + Sub<Month> for NaiveDateTime * Impl Add<Month> + Sub<Month> for NaiveDateTime
* Export `oldtime::OutOfRangeError` to the public API * Export `oldtime::OutOfRangeError` to the public API
* Add feature documentation for docs.rs [(#779)](https://github.com/chronotope/chrono/pull/779)
## 0.4.22 ## 0.4.22
@ -53,7 +54,6 @@ Versions with only mechanical changes will be omitted from the following list.
* Add compatibility with rfc2822 comments (#733) * Add compatibility with rfc2822 comments (#733)
* Make `js-sys` and `wasm-bindgen` enabled by default when target is `wasm32-unknown-unknown` for ease of API discovery * Make `js-sys` and `wasm-bindgen` enabled by default when target is `wasm32-unknown-unknown` for ease of API discovery
* Add the `Months` struct and associated `Add` and `Sub` impls * Add the `Months` struct and associated `Add` and `Sub` impls
* Add `GNU` `coreutils` `date`-like time zone formatting
## 0.4.19 ## 0.4.19
@ -779,3 +779,4 @@ and replaced by 0.2.25 very shortly. Duh.)
## 0.1.0 (2014-11-20) ## 0.1.0 (2014-11-20)
The initial version that was available to `crates.io`. The initial version that was available to `crates.io`.