From 17d8c2af865f14b83154a0112f372fcf1718b481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Tue, 16 Aug 2022 07:20:46 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c702151a..5956c347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Versions with only mechanical changes will be omitted from the following list. ## 0.4.23 * Impl Add + Sub for NaiveDateTime * Export `oldtime::OutOfRangeError` to the public API +* Add feature documentation for docs.rs [(#779)](https://github.com/chronotope/chrono/pull/779) ## 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) * 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 `GNU` `coreutils` `date`-like time zone formatting ## 0.4.19 @@ -779,3 +779,4 @@ and replaced by 0.2.25 very shortly. Duh.) ## 0.1.0 (2014-11-20) The initial version that was available to `crates.io`. +