aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-06-11 17:22:10 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2021-06-14 17:41:15 +0000
commit5b4ce6f52b70e80135994cb5ebcfa17d4eed8d34 (patch)
tree9bb5c6700bef469399748fff39874ae106d463b5
parentf002b866e7e190ddcadfb61ca935c6f0b6ef7e1a (diff)
Add changelog for the 1.19.1 release
Change-Id: Iaf880423147b82b8bd664e6360f0999c9968dc93 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.19.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/changes-1.19.1.md b/changelogs/changes-1.19.1.md
new file mode 100644
index 000000000..c4cab506f
--- /dev/null
+++ b/changelogs/changes-1.19.1.md
@@ -0,0 +1,12 @@
+# C/C++ Support
+
+* Fix system include support with MSVC >= 19.29.30037
+
+# Qt Support
+
+* Fix possible command line length issue with qmlimportscanner when cross-compiling (QBS-1633).
+
+# Apple platforms
+
+* Fix stripping debug symbols in multiplexed products when cpp.separateDebugInformation
+ is false (QBS-1647)