diff --git a/dist/changes-2.8.1 b/dist/changes-2.8.1 index 8bcc2f61483..a766fb21d64 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)