From 5d86c5367966e54f8dc5d6424e3907f62f1a67b3 Mon Sep 17 00:00:00 2001 From: Thomas Bytheway Date: Thu, 24 May 2018 13:49:23 +0100 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e70405..cc27617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ 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? + +### 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) + ## 0.4.2 ### Deprecations