aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-2.2.0.md
blob: c8c4c998c25a2ccea90ee614fbeec8e149df3122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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