aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-2.3.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-2.3.1.md')
-rw-r--r--changelogs/changes-2.3.1.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/changelogs/changes-2.3.1.md b/changelogs/changes-2.3.1.md
new file mode 100644
index 000000000..df079ada6
--- /dev/null
+++ b/changelogs/changes-2.3.1.md
@@ -0,0 +1,17 @@
+# Language
+* Fixed look-up of qbs properties in module providers via probes (QBS-1742).
+
+# Apple support
+* Fixed codesign module when multiplexing over build variants (QBS-1775).
+
+# Qt support
+* Fixed retrieving minimum macOS/iOS versions for Qt 6.7.1.
+
+# CI
+* Fixed release jobs.
+* Fixed macOS 14.2 job.
+* Updated GitHub actions to recent versions to avoid warnings.
+
+# Contributors
+* Christian Kandeler
+* Ivan Komissarov