aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-08-23 12:01:36 +0200
committerNikolai Kosjar <nikolai.kosjar@digia.com>2013-08-23 12:04:48 +0200
commit5f49e349e59db4778f7c2f0ef270bcf2614fdf7e (patch)
treef7ee142c57a132d1a4fea788bb1f014c27d85999
parent54a12ebb797fa6c6805dc9d7a102b8f0339243a6 (diff)
Update to changes-2.8.1 file
Change-Id: I139fe7cd9e0ab4c11222bc388c9815dc2ffe8352 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
-rw-r--r--dist/changes-2.8.13
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/changes-2.8.1 b/dist/changes-2.8.1
index 8bcc2f6148..a766fb21d6 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 about 123 changes by 28 individual contributors.
+There is a total of 129 changes by 28 individual contributors.
Credits for these changes go to:
@@ -91,6 +91,7 @@ Analyzer
C++ Support
* Fixed crash in typedef resolving (QTCREATORBUG-9990)
+ * Fixed crash in type lookup (QTCREATORBUG-10019)
* Improved performance for generated symbols (QTCREATORBUG-9877)
* Added checking whether project has changed before reparsing
(QTCREATORBUG-9581)