aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2016-05-24 08:02:49 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-26 18:04:22 +0000
commita8ba9a22e94058b5e24074f17d550da17454ddfe (patch)
treecd5e2b326a07d0895d4958d0f8e13abfec736f5d
parent09169bf5114f133e6974b08437c11b9fc5710f1c (diff)
Add changelog for 5.7.0v5.7.0-rc1
Change-Id: I566e3dc26938eefab48eb44e233cb4e8810641eb Reviewed-by: Christian Stromme <christian.stromme@qt.io> Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
-rw-r--r--dist/changes-5.7.029
1 files changed, 29 insertions, 0 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
new file mode 100644
index 0000000..28660e7
--- /dev/null
+++ b/dist/changes-5.7.0
@@ -0,0 +1,29 @@
+Qt 5.7 introduces many new features and improvements as well as bugfixes
+over the 5.6.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ https://doc.qt.io
+
+The Qt version 5.7 series is binary compatible with the 5.6.x series.
+Applications compiled for 5.6 will continue to run with 5.7.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ https://bugreports.qt.io
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+- Added function QtAndroid::hideSplashScreen() to hide the splash screen.
+
+- Added function QtAndroid::androidService() to get the main Android service.
+
+- Added helper functions to run Runnables on the Android UI thread.
+
+- Added function QAndroidJniObject::fromLocalRef() to take ownership of a local
+ JNI reference.