aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-10-16 15:51:21 +0200
committerEike Ziller <eike.ziller@qt.io>2018-10-17 12:21:26 +0000
commite06c8672ac85f8bba01e437ff9fbb06cdfd2653e (patch)
tree702cb6fa8abcf662926e4602764f28bf869d00fe /dist
parentc8822865299742050cb15cdf1cb1cb405def0702 (diff)
Add changes file for 4.7.2
Change-Id: I042c29592b46a4f094251d241dba442bc4d728c6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.2.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/dist/changes-4.7.2.md b/dist/changes-4.7.2.md
new file mode 100644
index 0000000000..262463113f
--- /dev/null
+++ b/dist/changes-4.7.2.md
@@ -0,0 +1,48 @@
+Qt Creator version 4.7.2 contains bug fixes.
+
+The most important changes are listed in this document. For a complete
+list of changes, see the Git log for the Qt Creator sources that
+you can check out from the public Git repository. For example:
+
+ git clone git://code.qt.io/qt-creator/qt-creator.git
+ git log --cherry-pick --pretty=oneline origin/v4.7.1..v4.7.2
+
+Editing
+
+* Fixed that collapsed text no longer showed up in tooltip (QTCREATORBUG-21040)
+* Fixed crash with generic text completion (QTCREATORBUG-21192)
+
+C++ Support
+
+* Fixed wrong value of `__cplusplus` define (QTCREATORBUG-20884)
+* Clang Code Model
+ * Fixed possible crash in `Follow Symbol Under Cursor`
+ * Fixed crash when using `Select Block Up/Down` with lambda
+ (QTCREATORBUG-20994)
+
+Debugging
+
+* CDB
+ * Fixed pretty printing of `std::vector` without Python (QTCREATORBUG-21074)
+
+Platform Specific
+
+Windows
+
+* Fixed saving of files when another application blocks atomic save operation
+ (QTCREATORBUG-7668)
+
+Remote Linux
+
+* Fixed superfluous empty lines in application output (QTCREATORBUG-19367)
+
+Credits for these changes go to:
+David Schulz
+Eike Ziller
+Friedemann Kleint
+Hannes Domani
+Ivan Donchevskii
+Jonathan Liu
+Kai Köhne
+Nikolai Kosjar
+Sergey Belyashov