summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.09
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 54f809ae25..a8a3e581de 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -75,3 +75,12 @@ QtCore
- qUpperBound (std::upper_bound)
- qLess (std::less)
- qGreater (std::greater)
+
+QtGui
+-----
+- [QTBUG-28228] Session Management:
+ The new QPlatformSessionManager class brings back the session management
+ functionality. It allows the implementation of platform specific behavior
+ related to session management. For platform that don't support this
+ feature the default behavior has not changed.
+ Both X11 and Windows session management are supported.