summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-06-24 12:22:02 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-06-24 10:22:51 +0000
commit85711c54b13cb119ccfc0473bfe0a064e3ca6403 (patch)
tree42709addf7c6fa2e5d59b528273b98369770716d
parentb20256ccef06f515d1cbfdd51bf2b2398d114c70 (diff)
downloadqbs-85711c54b13cb119ccfc0473bfe0a064e3ca6403.tar.gz
Add changelog for 1.23.0
Change-Id: Id9bc1397e6befee56ee26cef8085bda53d7cdc0c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.23.0.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/changelogs/changes-1.23.0.md b/changelogs/changes-1.23.0.md
new file mode 100644
index 000000000..e8234e3fe
--- /dev/null
+++ b/changelogs/changes-1.23.0.md
@@ -0,0 +1,16 @@
+# C/C++ Support
+* Added new module Sanitizers.address for simple cross-platform ASan configuration.
+
+# Qt Support
+* Add the now-required /permissive- flag for MSVC automatically.
+
+# Android Support
+* Support use of cmdline-tools in addition to SDK tools.
+* Consider .jar files also in the product itself, not just in dependencies.
+
+# Contributors
+* Christian Kandeler
+* Dmitry Shachnev
+* Ivan Komissarov
+* Max Bespalov
+* Orgad Shaneh