aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-04-08 12:01:28 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-04-08 10:01:50 +0000
commit0ccbc9f30d3fc6994d6ec3a7db0ed60e2c9dc500 (patch)
tree1bb65a87361b845bf07d8252098ee898a6e20c80
parentdfc69dbea50560a5fa9388c99cbeceeb37c676b1 (diff)
Update changelog
Change-Id: Ic571216e459246f98789b21de40e7d25f132fba0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.22.1.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/changelogs/changes-1.22.1.md b/changelogs/changes-1.22.1.md
index 2dce55bad..34c58f2ff 100644
--- a/changelogs/changes-1.22.1.md
+++ b/changelogs/changes-1.22.1.md
@@ -1,7 +1,16 @@
# General
-* Adapted to changes in Xcode 13.3 (QBS-1693)
+* Adapted to changes in Xcode 13.3 (QBS-1693).
+* Re-added several bugfixes from 1.21.1 that got lost in 1.22.0.
# Qt Support
-* Fixed building against static Qt 6 (QBS-1692)
+* Fixed building against static Qt 6 (QBS-1692).
+
+# Android Support
+
+* Fixed wrong include path being added to the command line (QBS-1691).
+
+# Documentation
+
+* Fixed outdated use of "product" in Export items (QBS-1694).