aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-05-12 10:41:40 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-05-13 08:18:49 +0000
commit71922bfcd896de89123637a1619619f08d4ccf50 (patch)
tree80a03232e8cd731d9941e568a1bbe504d441c520 /dist
parent9724cf6891f7b2812713c89dc89782ca5ad60314 (diff)
Add changes file for 3.4.1
Change-Id: Ic43e8d255ee36aa579c8a76da22e156346713dfa Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.4.1.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/dist/changes-3.4.1.md b/dist/changes-3.4.1.md
new file mode 100644
index 00000000000..26a9768dfb1
--- /dev/null
+++ b/dist/changes-3.4.1.md
@@ -0,0 +1,54 @@
+Qt Creator version 3.4.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 v3.4.0..v3.4.1
+
+General
+
+* Fixed that disabling some plugins could disable the plugin
+ management UI for most plugins
+
+Editing
+
+* Fixed that CSS files were opened in C++ editor (QTCREATORBUG-14334)
+* Fixed that the completion popup could become huge
+ (QTCREATORBUG-14331)
+
+Project Management
+
+* Fixed adding static libraries with `Add Library` wizard
+ (QTCREATORBUG-14382)
+
+CMake Projects
+
+* Fixed parsing of C++ flags for Ninja projects
+
+Debugging
+
+* Fixed that executables starting with `lldb-platform-` were detected
+ as debugger (QTCREATORBUG-14309)
+* Fixed attaching to running debug server when developing
+ cross-platform (QTCREATORBUG-14412)
+* CDB
+ * Fixed that stepping into frame without source would step out
+ instead (QTCREATORBUG-9677)
+
+C++ Support
+
+* Added completion for `override` and `final` (QTCREATORBUG-11341)
+* Fixed completion after comments starting with `///`
+ (QTCREATORBUG-8597)
+
+QML Support
+
+* Fixed completion for QtQml and QtQml.Models (QTCREATORBUG-13780)
+
+Platform Specific
+
+BareMetal
+
+* Fixed issues when moving from Qt Creator 3.3 to Qt Creator 3.4