aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-08-23 12:06:01 +0200
committerKai Koehne <kai.koehne@digia.com>2013-08-23 12:27:18 +0200
commitc3ed746c2424ecd5322da7dcbe4ec51650c0c198 (patch)
tree35487472a36b9a2b371e3a13668dd7a62bfd6cef
parent5f49e349e59db4778f7c2f0ef270bcf2614fdf7e (diff)
Mention also QML codemodel fix in changes-2.8.1 filev2.8.1
Change-Id: I94c6a92cd27b6c0bd818b9d82240b20875909f07 Reviewed-by: hjk <hjk121@nokiamail.com>
-rw-r--r--dist/changes-2.8.15
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/changes-2.8.1 b/dist/changes-2.8.1
index a766fb21d6..3dbac013b0 100644
--- a/dist/changes-2.8.1
+++ b/dist/changes-2.8.1
@@ -8,7 +8,7 @@ you can check out from the public Git repository. For example:
git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v2.8.0..v2.8.1
-There is a total of 129 changes by 28 individual contributors.
+There is a total of 132 changes by 28 individual contributors.
Credits for these changes go to:
@@ -96,6 +96,9 @@ C++ Support
* Added checking whether project has changed before reparsing
(QTCREATORBUG-9581)
+QML Support
+ * Add vector*d, quaternion, and matrix4x4 types to code model
+
Python Support
Diff Viewer