Mention logging related changes in changes-5.0.0 file
authorKai Koehne <kai.koehne@nokia.com>
Wed, 5 Sep 2012 11:28:21 +0000 (13:28 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 23:43:57 +0000 (01:43 +0200)
Change-Id: I6798a2b09fb0f832c32bac325fa0bcf40dbb854e
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
dist/changes-5.0.0

index fed97c0..3793a8e 100644 (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