Update CHANGELOG for day and week iterators

This commit is contained in:
Rob Young 2020-07-21 19:42:43 +00:00 committed by Brandon W Maister
parent 41345f10a1
commit bfddc1e5fa

View File

@ -10,7 +10,11 @@ Versions with only mechanical changes will be omitted from the following list.
## 0.4.14 (unreleased)
## Improvements
### Features
* Added day and week iterators for `NaiveDate` (@gnzlbg & @robyoung)
### Improvements
* Added MIN and MAX values for `NaiveTime`, `NaiveDateTime` and `DateTime<Utc>`.