diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 17:07:16 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 17:07:16 +0200 |
commit | 6e454378b939d8beeba26e59cb49d130307f93db (patch) | |
tree | b513edef7f93cbfc6deb1c7b6b8f3924577327c0 | |
parent | ddd838b92c5e39ff51aabe5682e55fd3b8ed2259 (diff) |
Add version number to the changelogv0.6.1
-rw-r--r-- | CHANGELOG.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd87fab..f307e83 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,11 +5,14 @@ Unreleased ========== +0.6.0 +===== + * Validation of field contents have been made stricter: invalid contents that were accepted in the past may now cause an indexing error. -* The timestamp field type is now expected to contain a unix timestamp - (a yaml datetime is accepted, but may be converted to a unix - timestamp) and the types datetime and date have been added. +* The timestamp field type is now deprecated and expected to contain a + unix timestamp (a yaml datetime is accepted, but may be converted to a + unix timestamp) and the types datetime and date have been added. 0.5.1 ===== |