From f1852a6d21055c975ae4b71c84434955d65a1ff1 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sun, 10 Jun 2018 21:35:41 -0400 Subject: [PATCH] Update changelog with TZ Offset Permissive --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc27617..c29e310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ 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 mechnical changes will be omitted from the following list. -## ?0.4.3? +## 0.4.3 ### Features * Added methods to DateTime/NaiveDateTime to present the stored value as a number of nanoseconds since the UNIX epoch (@harkonenbade #247) * Added a serde serialise/deserialise module for nanosecond timestamps. (@harkonenbade #247) +* Added "Permissive" timezone parsing which allows a numeric timezone to + be specified without minutes. (@quodlibetor #242) ## 0.4.2