From b8a97cdf78761470c8c67b7780a08f7ef7984c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Mon, 8 Jun 2015 13:42:34 +0200 Subject: Add Changes file for the 5.5.0 release Change-Id: Ieb4e08de7677f51031e16e7a21beab6f93f08d1e Reviewed-by: Alex Blasche --- dist/changes-5.5.0 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dist/changes-5.5.0 (limited to 'dist/changes-5.5.0') diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0 new file mode 100644 index 0000000..133dc93 --- /dev/null +++ b/dist/changes-5.5.0 @@ -0,0 +1,26 @@ +Qt 5.5 introduces many new features and improvements as well as bugfixes +over the 5.4.x series. 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.5 + +The Qt version 5.5 series is binary compatible with the 5.4.x series. +Applications compiled for 5.4 will continue to run with 5.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. + +**************************************************************************** +* Library * +**************************************************************************** + +QAndroidJniObject +----------------- + - [QTBUG-43453] Fixed comparison overloads. + - Added convenience functions for jclass, jobject, jobjectArray and jthrowable + - Added the missing jcharArray variant of the callObjectMethod method. -- cgit v1.2.3