Add CHANGELOG entry for upcoming unreleased changes

This commit is contained in:
Brandon W Maister 2019-06-25 09:43:37 -04:00
parent 1499de251a
commit a448800727
1 changed files with 7 additions and 0 deletions

View File

@ -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. 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. Versions with only mechanical changes will be omitted from the following list.
## next
### Fixes
* Add '0' to single-digit days in rfc2822 date format (@wyhaya #323)
* Correctly pad DelayedFormat (@SamokhinIlya #320)
## 0.4.7 ## 0.4.7
### Fixes ### Fixes