aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-2.2.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-2.2.0.md')
-rw-r--r--changelogs/changes-2.2.0.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/changelogs/changes-2.2.0.md b/changelogs/changes-2.2.0.md
new file mode 100644
index 000000000..c8c4c998c
--- /dev/null
+++ b/changelogs/changes-2.2.0.md
@@ -0,0 +1,26 @@
+# General
+* Improved speed of project resolving by employing multiple CPU cores, if available.
+* Improved speed of probes execution on macOS.
+
+# Language
+* Modules can now contain `Parameters` items.
+* ModuleProviders can now contain `PropertyOptions` items.
+
+# C/C++ support
+* Allow `"mold"` as value for `cpp.linkerVariant`.
+
+# Qt support
+* Only create qbs modules for those Qt modules that products actually need.
+* Users can now opt out of using RPATH when linking on Linux.
+
+# Protocol Buffers Support (Protobuf Module)
+* This module now requires pkg-config.
+
+# Contributors
+* Christian Kandeler
+* Dmitrii Meshkov
+* Ivan Komissarov
+* Nick Karg
+* Serhii Olendarenko
+* Thiemo van Engelen
+* Thorbjørn Lindeijer