diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-06 17:37:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-06 17:37:27 +0100 |
commit | 1c381564ea9ed133f73e0b330468b204e7a034f1 (patch) | |
tree | f5717bdfe66b6f8c965072cee4414b73a751d598 | |
parent | 4c5e12584c253b3d84abcf946cb6ce1bae8fcbcb (diff) | |
parent | 19fbbe13833fa708543efc9672e82c8e0b1039a2 (diff) | |
download | Ishtar-1c381564ea9ed133f73e0b330468b204e7a034f1.tar.bz2 Ishtar-1c381564ea9ed133f73e0b330468b204e7a034f1.zip |
Merge branch 'master' into v0.9
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 72ce9f3a2..dcaac53f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,21 @@ Ishtar changelog ================ +v0.99.14 (2017-03-06) +--------------------- +### Features ### +- Operations: bulk update of base find, finds and context records +- Creation wizard: can jump to the next form with mandatory fields +- UI: explicitly remind the current pinned search above the result table +- Update translations +- Tests: create necessary view(s) on _pre_setup + +### Bug fixes ### +- Fix cache operation update - Parcel associated with context records are not removed! +- Fix CSV export +- Update context record label on parcel change +- Simplify empty value for get_types (and potentially fix strange errors) + v0.99.13.1 (2017-02-20) ----------------------- ### Bug fixes ### |