aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.1.0
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-02-08 23:57:37 +0200
committerEike Ziller <eike.ziller@digia.com>2014-02-11 09:38:13 +0100
commitf8b7b9849f222ee4b3f698bfb74d711bc7111ae7 (patch)
tree52bca2b1350204c8ee2c0e4f17f98a82988447eb /dist/changes-3.1.0
parentb03a981a411a7b93b5280d4e42faa8357854e638 (diff)
Update changelog for 3.1.0
Change-Id: I0919dbaeaf52504b342f7b5943dba6e1693be69a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'dist/changes-3.1.0')
-rw-r--r--dist/changes-3.1.07
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-3.1.0 b/dist/changes-3.1.0
index 99281c0d1d..6ededf8c44 100644
--- a/dist/changes-3.1.0
+++ b/dist/changes-3.1.0
@@ -58,6 +58,11 @@ C++ Support
* Fixed adding definition for function with rvalue-reference
(QTCREATORBUG-10555)
* Fixed semantic highlighting after "Save as"
+ * Fixed syntax highlighting of multiline strings and comments (QTCREATORBUG-662)
+ * Improved the Insert Virtual Functions refactoring action:
+ * Check only pure virtual functions by default
+ * Display all overrides of a function
+ * Do not include final functions
Python Support
@@ -74,6 +79,8 @@ Version Control Systems
* Git
* Added visual indicator for affected commits when resetting and rebasing
* Enabled option to push commit directly after fixup
+ * Enabled choosing non-fast-forward merge when fast-forward is applicable
+ * Added completion in change selection dialog
* ClearCase
* Improved performance of indexing dynamic views
* Added warning when editing Derived Objects