diff options
author | Eike Ziller <eike.ziller@qt.io> | 2016-10-25 17:02:18 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2016-10-26 10:17:34 +0000 |
commit | 9c924f737816476ca249447de972f7338c6d12f1 (patch) | |
tree | 9f0504bbc2b29e02dc26d0874b2fe862e36ed0e4 /dist/changes-4.2.0.md | |
parent | 77f68653b045802e76a30ec8703533757cf5e288 (diff) | |
download | qt-creator-9c924f737816476ca249447de972f7338c6d12f1.tar.gz |
Change log: Small addition and fixes
Change-Id: If0ac153b886cf23fd3e8a03541bca99caf1cf889
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist/changes-4.2.0.md')
-rw-r--r-- | dist/changes-4.2.0.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dist/changes-4.2.0.md b/dist/changes-4.2.0.md index d44ae8a81f..f437be4322 100644 --- a/dist/changes-4.2.0.md +++ b/dist/changes-4.2.0.md @@ -91,7 +91,7 @@ QML Profiler Qt Quick Designer -* Added completion expression editor +* Added completion to expression editor * Added menu for editing `when` condition of states * Added editor for managing C++ backend objects * Added reformatting of `.ui.qml` files on save @@ -106,9 +106,11 @@ Qt Quick Designer Diff Viewer -* Added local diff for modified files in Qt Creator (`Diff` > - `Diff Current File`, `Diff` > `Diff All Modified Files`) +* Added local diff for modified files in Qt Creator (`Tools` > `Diff` > + `Diff Current File`, `Tools` > `Diff` > `Diff Open Files`) (QTCREATORBUG-9732) +* Added option to diff files when they changed on disk + (QTCREATORBUG-1531) * Fixed that reload prompt was shown when reverting change Version Control Systems |