From 1c4fc66323804981d141039b17cc24c4b25c8c04 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Tue, 3 Apr 2018 22:36:08 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21af1cc..c6d9da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,18 @@ Versions with only mechnical changes will be omitted from the following list. ## 0.4.next +### Deprecations + * More strongly deprecate RustcSerialize: remove it from documentation unless the feature is enabled, issue a deprecation warning if the rustc-serialize - feature is enabled (@quodlibetor) + feature is enabled (@quodlibetor #174) + +### Features + +* Move all uses of the system clock behind a `clock` feature, for use in + environments where we don't have access to the current time. (@jethrogb #236) +* Implement subtraction of two `Date`s, `Time`s, or `DateTime`s, returning a + `Duration` (@tobz1000 #237) ## 0.4.1