summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2013-01-20 17:20:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 23:05:39 +0100
commit5620f98dc8bb33a029be31677f8a4c33ea4c4ee7 (patch)
tree0f00100d9589f2984e74bb27d6453815d872a7de /dist
parent15d7044c82e5f222b6533f3c3876b540dfac2ae0 (diff)
Mention the new MEMBER attribute in the changelog
Was added in commit 9bbebb914422262b7b585b6d1dab9d21c4238c44 Change-Id: I437dcb622197acd7afffb62711284a6168687063 Reviewed-by: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.04
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index da97e40d39..dffbb4df6b 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -22,7 +22,9 @@ information about a particular change.
General Improvements
--------------------
- -
+ - Q_PROPERTY gained a MEMBER attribute that let you associate a property to a
+ class member without requiring to explicitly writing a getter or a setter
+
Third party components
----------------------