diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-04-19 17:10:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-04-19 17:10:43 +0200 |
commit | 16fca50c215d42b10df2904e9cbc67256aceb9f3 (patch) | |
tree | 76a41b178511f2e4767e3bf534e9536a4754c94f /CHANGES.md | |
parent | 226bc1e62a3fec5df009d3f4bc349303167b289f (diff) | |
download | Ishtar-16fca50c215d42b10df2904e9cbc67256aceb9f3.tar.bz2 Ishtar-16fca50c215d42b10df2904e9cbc67256aceb9f3.zip |
sheet find: add container index - CSV export: deduplicate multi-values
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 61c29da6d..36add5f32 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.1.11 - 2021-04-19 +-------------------- + +### Features ### +- sheet find: add container index + +### Bug fixes ### +- CSV export: deduplicate multi-values + v3.1.10 - 2021-04-12 -------------------- |