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