summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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