summaryrefslogtreecommitdiff
path: root/dist/changes-3.4.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-3.4.1.md')
-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 26a9768dfb..4e87aace4d 100644
--- a/dist/changes-3.4.1.md
+++ b/dist/changes-3.4.1.md
@@ -22,6 +22,8 @@ Project Management
* Fixed adding static libraries with `Add Library` wizard
(QTCREATORBUG-14382)
+* Fixed broken documentation link in session manager
+ (QTCREATORBUG-14459)
CMake Projects
@@ -37,6 +39,11 @@ Debugging
* Fixed that stepping into frame without source would step out
instead (QTCREATORBUG-9677)
+QML Profiler
+
+* Fixed that events with no duration were not visible
+ (QTCREATORBUG-14446)
+
C++ Support
* Added completion for `override` and `final` (QTCREATORBUG-11341)