diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-12 22:24:38 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-12 22:24:38 +0100 |
commit | 10e0ac399ae479f1bf646945ac7c809e168506fe (patch) | |
tree | 04753048b26a0f9cec8af15674696e433deaadfb /CHANGES.md | |
parent | 3a6fd7653dd1afbc22e2a3f25e0fae691e2dd371 (diff) | |
download | Ishtar-10e0ac399ae479f1bf646945ac7c809e168506fe.tar.bz2 Ishtar-10e0ac399ae479f1bf646945ac7c809e168506fe.zip |
v0.99.2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index b404af7ef..0c8e2e167 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,22 @@ Ishtar changelog ================ +0.99.2 (2017-01-12) +------------------- + +### Features ### + +- Common: manage spatial reference systems +- Common: add a mapping module +- Finds: add explicit x, y, z, point (2d) +- Finds: automatically update point and point_2d when changing explicit coordinates + +### Bug fixes ### + +- Fix treatments views on cyclic treatments (should not happen but...) +- Fix treatment views migrations + + 0.99.1 (2017-01-11) ------------------- |