From c3fdf750c693f0f9d68e1accd1a86315b8e47b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Thu, 14 Aug 2014 11:08:47 +0200 Subject: Add Enginio 1.1 changelog Change-Id: Ice7e20e923ecc71edfd75d309321ec0b3ab001dd Reviewed-by: Frederik Gladhorn --- dist/changes-1.1.0 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dist/changes-1.1.0 (limited to 'dist') diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0 new file mode 100644 index 0000000..ccf161a --- /dev/null +++ b/dist/changes-1.1.0 @@ -0,0 +1,31 @@ +Enginio 1.1.0 is a feature release. It maintains backward compatibility +with Enginio 1.0 + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://qt-project.org/doc/qt-5/ + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt-project.org/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + + +*************************************************************************** + + +EnginioModel +------------ + - Automatically refresh EnginioModel content when identity changes. + - Added reload() function to EnginioModel to force a refresh of model data. + - Allow to update multiple properties of an item in one setData function + call. It can be achieved by using Enginio::JsonObjectRole. + + +EnginioClient +------------ + - Allow to directly query objects through object's id -- cgit v1.2.1