Add to 5.2 changelog QPlatformSessionManager related entry

This patch adds a brief description of the return of session management
because the changelog entries weres missing in the commit messages
related to the various parts of the related works

Change-Id: I20e6a20a63f1a38c6b1a7c9f147737688cd7ddf4
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Samuel Gaist 2013-10-02 11:08:32 +02:00 committed by The Qt Project
parent 56cd9cc2b0
commit 4106d0c2d7

9
dist/changes-5.2.0 vendored
View File

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