Update ChangeLog for 5.2.0 [QtDBus]

Change-Id: I8b58ea636eac2be4da967c18057c38990bc9178f
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Thiago Macieira 2013-11-25 11:47:39 -08:00 committed by The Qt Project
parent f805020410
commit c9857bdeef

10
dist/changes-5.2.0 vendored
View File

@ -250,6 +250,16 @@ QtCore
* [QTBUG-33981] Fixed a bug that would cause QPolygonF to be saved or
loaded incorrectly in QDataStream.
QtDBus
------
- Improved error handling so as to give more feedback to the developer when
certain marshalling or demarshalling actions fail.
- [QTBUG-27809] Fixed some race conditions related to delivering method
reply deliveries.
- Fixed a bug that made non-slot invokables not get listed in the
auto-generated introspections.
QtDeclarative
-------------