diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-03 15:36:59 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-03 15:36:59 +0100 |
commit | 6a8cb4b4d6f2a265e2afbd7a9e01c107523601d7 (patch) | |
tree | e9de85c0ded2871f069d78697c3a35eef81d58fb /CHANGES.md | |
parent | 7f25a7aac4651c1e85c9edca7e7dff0fdf73f26e (diff) | |
download | Ishtar-6a8cb4b4d6f2a265e2afbd7a9e01c107523601d7.tar.bz2 Ishtar-6a8cb4b4d6f2a265e2afbd7a9e01c107523601d7.zip |
v0.98.10
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 58e3d6f36..9f671d7b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,22 @@ Ishtar changelog ================ +0.98.10 (2016-11-03) +-------------------- + +### Features ### + +- Force regeneration of cached labels when add M2M or changing ids +- Use lazy model evaluation for fixed type constraints +- Imports: add label to column definitions +- Use spatialite for tests +- Change default logging conf + +### Bug fixes ### + +- JQueryJqGrid: by default sorting is made using ordering in meta (fixes serious + performance issues) + 0.98.9 (2016-10-23) ------------------- |