diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-02 09:34:04 +0200 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-02 09:34:04 +0200 | 
| commit | 8a79adda4b254dca7bc10122e6f3e809a64a8c90 (patch) | |
| tree | e249b3fa7ecceb1186937664866cb94a8a8d9d08 | |
| parent | 67493bb361e738f376c26b443be4175746b008ec (diff) | |
Updated CHANGELOG with field content validation
| -rw-r--r-- | CHANGELOG.rst | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 93f6654..bd87fab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,12 @@  Unreleased  ========== +* 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. +  0.5.1  ===== | 
