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 --------