diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bd5efef3..7cb2383afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,17 @@ 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. -## 0.4.14 (unreleased) +## 0.4.15 (unreleased) + +## 0.4.14 ### Features * Add day and week iterators for `NaiveDate` (@gnzlbg & @robyoung) * Add a `Month` enum (@hhamana) -* Add `locales`. All format functions can now use locales. -* Fix Local.from_local_datetime method for wasm +* Add `locales`. All format functions can now use locales, see the documentation for the + `unstable-locales` feature. +* Fix `Local.from_local_datetime` method for wasm ### Improvements diff --git a/Cargo.toml b/Cargo.toml index dd9dbeea97..ddf5e18272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.13" +version = "0.4.14" authors = [ "Kang Seonghoon ", "Brandon W Maister ",