summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-04-20 14:08:10 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2018-04-25 10:17:34 +0000
commitee47bb003b7f3e104993c46c7d68a44fc466925b (patch)
treedd824e407110f87b65db009abaca420200af36a3 /dist
parentf3c36a720abefad17d7cf0cb84a9f5a8ab9c2984 (diff)
Add changes file for Qt 5.11.0
Change-Id: I635108e43d444f227cd9d136970dfc54a9eac67a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.11.028
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.11.0 b/dist/changes-5.11.0
new file mode 100644
index 000000000..a2b58e9b9
--- /dev/null
+++ b/dist/changes-5.11.0
@@ -0,0 +1,28 @@
+Qt 5.11 introduces many new features and improvements as well as bugfixes
+over the 5.10.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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.
+
+****************************************************************************
+* Qt 5.11.0 Changes *
+****************************************************************************
+
+ - Qt3DRender::QRayCaster and Qt3DRender::QScreenRayCaster
+ Add classes for generalised model space and screen space ray casting
+ - Qt3DRender::QFragmentOutput
+ [QTBUG-66581] Add support for mapping fragment shader output variables
+ names to color numbers / attachment points
+ - Updated internal ASSIMP to 4.1
+ - Numerous minor bug fixes and performance improvements