aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-3.2.011
1 files changed, 4 insertions, 7 deletions
diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0
index 31d9cae0094..f6753653eb9 100644
--- a/dist/changes-3.2.0
+++ b/dist/changes-3.2.0
@@ -131,6 +131,7 @@ Analyzer
C++ Support
* Added support for C99 designated initializers (QTCREATORBUG-1902)
+ * Added support for UTF-8 in the lexer (QTCREATORBUG-7356)
* Fixed finding usages of members of typedef'ed anonymous structs
(QTCREATORBUG-11859, QTCREATORBUG-11860)
* Fixed indentation of concatenated strings
@@ -140,12 +141,10 @@ C++ Support
(QTCREATORBUG-12309)
* Fixed parsing of trailing type-specifier
* Fixed parsing of expressions like vector<int>{1}
- * Fixed generating getters and setters for variables with
- 'm' and 'm_' prefixes
- * Fixed that "using namespace" did not highlight class in including files (QTCREATORBUG-12357)
+ * Fixed the Create Getter and Setter Member Functions refactoring action
+ for variables with "m" and "m_" prefixes (QTCREATORBUG-12244)
+ * Fixed that "using Ns::Class" did not highlight class in including files (QTCREATORBUG-12357)
* Fixed include paths handling (QTCREATORBUG-11599)
- * Fixed corner cases for "Create Getter and Setter Member Functions" refactoring action
- (QTCREATORBUG-12244)
* Fixed parsing of expressions like vector<int>{1}
* Fixed completion for template with default argument
(QTCREATORBUG-12606, QTCREATORBUG-12605)
@@ -155,8 +154,6 @@ C++ Support
* Improved infrastructure for Clang integration
* Reworked indexing data structure
* Started to clean up C++ editor
- * Added support for UTF-8 in the lexer (QTCREATORBUG-7356)
- * Added support for C99 designated initializers
QML Support
* Fixed handling of properties that start with underscore (QTCREATORBUG-12214)