aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-05-24 15:19:19 +0200
committerEike Ziller <eike.ziller@qt.io>2019-05-24 14:09:03 +0000
commita7df03810639bc6fdf571188e582abfa17dd8d5c (patch)
treeefef8e0e724f4b55091524d115b7eb992a15f1d0
parent11d6f9ff7f48bedaddc509b1b4cda008e60eb1d6 (diff)
Add more change log for 4.9.1
Change-Id: I5471bc8ae879f200b785d7c67022250103f5fa01 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-4.9.1.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-4.9.1.md b/dist/changes-4.9.1.md
index 5e49b1f8bb..d65b63460b 100644
--- a/dist/changes-4.9.1.md
+++ b/dist/changes-4.9.1.md
@@ -14,10 +14,18 @@ Editing
QMake Projects
* Fixed unnecessary reparsing on file save (QTCREATORBUG-22361)
+* Fixed code model for generated files when specified in `.pri` file
+ (QTCREATORBUG-22395)
CMake Projects
* Fixed deployment with `QtCreatorDeployment.txt` (QTCREATORBUG-22184)
+* Fixed that configuration UI was disabled after configuration error
+
+Qbs Projects
+
+* Fixed crash when editing environment variables (QTCREATORBUG-22386)
+* Fixed handling of `cpp.minimum*Version` (QTCREATORBUG-22355)
Debugging