CHANGELOG.md: Add note about new date format

This commit is contained in:
Alan Orth 2021-02-04 21:43:44 +02:00
parent de92f32ab6
commit e62ecb0a8f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Accept dates formatted in ISO 8601 extended with combined date and time, for
example: 2020-08-31T11:04:56Z
## [0.4.3] - 2021-01-26
### Changed
- Reformat with black