From 579679b9c3afc06929337f522dcb4d9f38dbc7dd Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Fri, 21 Jun 2019 17:11:01 -0400 Subject: [PATCH] Add changelog entry for 0.4.7 --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b45ca..d07ec26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,27 @@ 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.7 + +### Fixes + +* Disable libc default features so that CI continues to work on rust 1.13 +* Fix panic on negative inputs to timestamp_millis (@cmars #292) +* Make `LocalResult` `Copy/Eq/Hash` + +### Features + +* Add `std::convert::From` conversions between the different timezone formats + (@mqudsi #271) +* Add `timestamp_nanos` methods (@jean-airoldie #308) +* Documentation improvements + ## 0.4.6 -## Features +### Maintenance -* Add `std::convert::From` conversions between the different timezone formats (@mqudsi #271) +* Doc improvements -- improve README CI verification, external links +* winapi upgrade to 0.3 ## 0.4.5