summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit6a8cb4b4d6f2a265e2afbd7a9e01c107523601d7 (patch)
treee9de85c0ded2871f069d78697c3a35eef81d58fb
parent7f25a7aac4651c1e85c9edca7e7dff0fdf73f26e (diff)
downloadIshtar-6a8cb4b4d6f2a265e2afbd7a9e01c107523601d7.tar.bz2
Ishtar-6a8cb4b4d6f2a265e2afbd7a9e01c107523601d7.zip
v0.98.10
-rw-r--r--CHANGES.md16
-rw-r--r--version.py2
2 files changed, 17 insertions, 1 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)
-------------------
diff --git a/version.py b/version.py
index 56f79188c..91309b62b 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 98, 9)
+VERSION = (0, 98, 10)
def get_version():