diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-03-03 20:33:05 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2014-03-04 11:34:21 +0100 |
commit | 9edd15c2b8ebb02ddaad956b2f0d916342540c8e (patch) | |
tree | e3d447236294ecb162d2085164ba9846b540f10c /dist/changes-3.1.0 | |
parent | 9c6be699799f9ee26ff8f924b2b63ce5bfd827d5 (diff) | |
download | qt-creator-9edd15c2b8ebb02ddaad956b2f0d916342540c8e.tar.gz |
ChangeLog: Add some more changes
Change-Id: I51eb77abd8f6903408336a47396d54a7eda7331f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-3.1.0')
-rw-r--r-- | dist/changes-3.1.0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-3.1.0 b/dist/changes-3.1.0 index c9d22af11c..70a8d824f0 100644 --- a/dist/changes-3.1.0 +++ b/dist/changes-3.1.0 @@ -71,6 +71,7 @@ C++ Support * Fixed semantic highlighting after "Save as" * Fixed syntax highlighting of multiline strings and comments (QTCREATORBUG-662) * Fixed that symbol dropdown was jumping to the wrong editor (QTCREATORBUG-11157) + * Fixed highlighting when #undef is used (QTCREATORBUG-10454) * Improved the Insert Virtual Functions refactoring action: * Check only pure virtual functions by default * Display all overrides of a function @@ -97,6 +98,7 @@ Version Control Systems * Enabled choosing non-fast-forward merge when fast-forward is applicable * Added completion in change selection dialog * Fixed freeze after resolving conflict with cherry-pick or revert + * Added support for local branch selection in the Push to Gerrit dialog * ClearCase * Improved performance of indexing dynamic views * Added warning when editing Derived Objects |