diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-10-03 13:46:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-10-03 13:46:12 +0200 |
commit | 6e0edd25093296d3f3c2c7ff5291e8e5174fa595 (patch) | |
tree | fe05738ee40da7e2c072ca66e213500630e93a51 /CHANGES.md | |
parent | c8dbb8c20a56b5e43e7223afe041e993929a949f (diff) | |
download | Ishtar-6e0edd25093296d3f3c2c7ff5291e8e5174fa595.tar.bz2 Ishtar-6e0edd25093296d3f3c2c7ff5291e8e5174fa595.zip |
Fix delete wizard with no "class_verbose_name"
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index d32f8db3a..80fa2f555 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,18 @@ --- title: Ishtar changelog -date: 2022-09-18 +date: 2022-10-03 --- Ishtar changelog ================ +v3.2.7 - 2022-10-03 +------------------- + +### Bug fix ### +- Fix delete wizard with no "class_verbose_name" + + v3.2.6 - 2022-09-28 ------------------- |