aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.3.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.3.1.md')
-rw-r--r--dist/changes-4.3.1.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-4.3.1.md b/dist/changes-4.3.1.md
new file mode 100644
index 0000000000..e8412e0259
--- /dev/null
+++ b/dist/changes-4.3.1.md
@@ -0,0 +1,31 @@
+Qt Creator version 4.3.1 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 v4.3.0..v4.3.1
+
+Version Control Systems
+
+* Git
+ * Fixed that ref names were missing for `Show`
+* Gerrit
+ * Fixed parsing output from Gerrit 2.14
+
+Platform Specific
+
+Windows
+
+* Fixed checking whether example should be copied to writable location
+ (QTCREATORBUG-18184)
+
+WinRT
+
+* Fixed running MSVC 2017 based applications (QTCREATORBUG-18288)
+
+iOS
+
+* Fixed crash that could occur at startup while device is connected
+ (QTCREATORBUG-18226)