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