Update changelog

This commit is contained in:
Brandon W Maister 2018-04-03 22:36:08 -04:00
parent ebd16f49d2
commit 1c4fc66323
1 changed files with 10 additions and 1 deletions

View File

@ -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