summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-05-18 13:46:05 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-05-18 11:46:26 +0000
commit76a4ed6b5ff3e115bcffb8eb6a3cfb6a7365cfb8 (patch)
treec5cd83deccdbc83a96dd3ac81e0ae0c3681b4b17
parent19dca2adc4683e63751cd13a5d97ce535cf709e2 (diff)
downloadqt-creator-76a4ed6b5ff3e115bcffb8eb6a3cfb6a7365cfb8.tar.gz
More change log
Change-Id: Iedc533079f0eaa7f0dd2cc241b012c3e07d935b0 Reviewed-by: Eike Ziller <eike.ziller@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 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)