summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.08
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 6cea7fed9a..08872d7e71 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -517,6 +517,14 @@ QtDBus
* QtDBus error codes have been updated to be on the org.qtproject.QtDBus.Error
namespace.
+QtConcurrent
+------------
+
+* QtConcurrent is no longer in QtCore, but forms its own library now.
+ QMake-based projects can use
+ QT += concurrent
+ to include the new library.
+
QtOpenGL
--------