From f8b7b9849f222ee4b3f698bfb74d711bc7111ae7 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Sat, 8 Feb 2014 23:57:37 +0200 Subject: [PATCH] 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> --- dist/changes-3.1.0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dist/changes-3.1.0 b/dist/changes-3.1.0 index 99281c0d1d1..6ededf8c445 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 -- GitLab