aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArto Nykänen <arto.nykanen@digia.com>2013-05-31 12:41:03 +0300
committerArto Nykänen <arto.nykanen@digia.com>2013-05-31 12:41:03 +0300
commit30ec021b70a01cd9c782819d19c792157ec59874 (patch)
treeba5460813207c6bd16b31ea1cd95f5f15b345cae
parent376f20e25356aa943521d65620db44b3e13fc722 (diff)
Release 0.4.00.4.0
-rw-r--r--.qmake.conf2
-rw-r--r--changelog.md11
2 files changed, 12 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 79f1d51..69cec04 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 0.3.0
+MODULE_VERSION = 0.4.0
diff --git a/changelog.md b/changelog.md
index cc7ce6c..0cd0a64 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,16 @@
# Enginio Qt Library Changelog
+## 0.4.0 (May 31st 2013)
+New:
+* UsergroupOperation added
+* Usergroup members can now be fetched with query operation
+* Get usergroups of logged in user from QML
+
+Fixes:
+* Handle removed and null properties correctly in EnginioJsonObject
+* Use default flags with ObjectModel
+* Internal ACL fixes
+
## 0.3.0 (May 7th 2013)
New:
* Usage simplified by building Enginio library as a proper Qt5 module. Now only configuration required is `QT += enginio`.