From 2df79c7e7b846c7a50efbb77aa216a7e581f0319 Mon Sep 17 00:00:00 2001 From: danimtb Date: Fri, 22 Jul 2022 12:43:18 +0200 Subject: [PATCH] Update changelog 22-July-2022 --- docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index eac2c5d78957e..74d08e3443f6e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # Changelog +### 22-July-2022 - 12:13 CEST + +- [feature]: ValidateInfrastructure: Add check to verify CMake 3.21 is installed in Windows machines. +- [feature]: ValidateInfrastructure: Execute the validation when a pull-request is modifying configuration files. +- [feature]: Conan v2: Iterate `cppstd` values in profiles to build first match. +- [feature]: Conan v2: Apply `shared` option for the whole dependency graph. +- [feature]: Add `tools.apple.sdk_path` to configuration in Macos (required by new build helpers). +- [feature]: Set `tools.system.package_manager:mode=install` and `tools.system.package_manager:sudo=True` in configuration files (required by new system package manager helpers to mimic the behavior of old ones). +- [feature]: Upgrade required Conan versions to work with the library. Minimum versions tested are now `1.49.0` and `2.0.0b1`. +- [fix]: ValidateInfrastructure: Fix error message split. +- [bugfix]: Accept missing HTTP code for requests. + ### 06-July-2022 - 14:28 CEST - [feature]: Configure AccessRequest job to run on Mondays and Thursdays.