From a4488007272569f7529dc1bfe61d417d22391104 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Tue, 25 Jun 2019 09:43:37 -0400 Subject: [PATCH] Add CHANGELOG entry for upcoming unreleased changes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07ec26..6ec5ec9 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 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 ### Fixes