Mention logging related changes in changes-5.0.0 file

Change-Id: I6798a2b09fb0f832c32bac325fa0bcf40dbb854e
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Kai Koehne 2012-09-05 13:28:21 +02:00 committed by Qt by Nokia
parent 02176c538e
commit 4f4fc20d2d

6
dist/changes-5.0.0 vendored
View File

@ -424,6 +424,12 @@ QtCore
- [QTBUG-24307] The initial state is now entered before the started() signal is emitted.
- [QTBUG-25959] State entry and exit order is now SCXML spec-compliant.
* qDebug(), qWarning(), qCritical(), and qFatal() were changed to macros that track the origin
of the message in source code. Whether this and other meta-information is printed can be
configured (for the default message handler) by setting the new QT_MESSAGE_PATTERN environment
variable. qInstallMsgHandler() has been deprecated, and should be replaced with
qInstallMessageHandler().
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via