diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-03-25 11:18:52 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-03-25 11:18:52 +0100 |
commit | ccaee8c26350bd00adfb771d6f35c663ef115b5a (patch) | |
tree | 4d99926fb277114246a27e9cd343d2d727c284aa /CHANGES.md | |
parent | a252dd421144879060fbf08981b49f797a9a6653 (diff) | |
download | Ishtar-ccaee8c26350bd00adfb771d6f35c663ef115b5a.tar.bz2 Ishtar-ccaee8c26350bd00adfb771d6f35c663ef115b5a.zip |
Fix item creation when no last_modified is set
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 9fe4c0bf1..f8c7afbcb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Ishtar changelog ================ +v3.1.54 - 2022-03-25 +-------------------- + +### Bugs ### + +- fix item creation when no last_modified is set + v3.1.53 - 2022-03-24 -------------------- |