summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-05-28 16:13:19 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-05-28 15:02:37 +0000
commit29d81424a2e5387591582f4d4a8af994cde9eb77 (patch)
tree342816d33e28b0ba56187148ee69cb895a78028d
parentcdc76fccaf5d8e76f0ddcbb76cd66029a9a5d8f5 (diff)
downloadqt-creator-29d81424a2e5387591582f4d4a8af994cde9eb77.tar.gz
More changes
Change-Id: I38a0c5cef0f22e1b7eda218c3992fcecfe728455 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--dist/changes-3.4.1.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-3.4.1.md b/dist/changes-3.4.1.md
index 195bd519a9..e43e323c32 100644
--- a/dist/changes-3.4.1.md
+++ b/dist/changes-3.4.1.md
@@ -19,6 +19,11 @@ Editing
* Fixed that the completion popup could become huge
(QTCREATORBUG-14331)
+Help
+
+* Fixed that manually registered documentation vanished on restart
+ on Windows (QTCREATORBUG-14249)
+
Project Management
* Fixed adding static libraries with `Add Library` wizard
@@ -54,6 +59,8 @@ C++ Support
QML Support
* Fixed completion for QtQml and QtQml.Models (QTCREATORBUG-13780)
+* Fixed that dragging items from QML overview onto editor removed the
+ items (QTCREATORBUG-14496)
Platform Specific