From 710816454d7962dd0b7db8de5661c12e448cc34b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 29 Jun 2022 10:44:48 +0200 Subject: [PATCH] (#11418) [docs] Update changelog 27-June-2022 --- docs/changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f3763294ab..7d90592bd7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +### 27-June-2022 - 17:29 CEST + +- [fix] Fix "no changes detected" issue in some pull-requests. +- [fix] Avoid static builds with static runtime in MSVC compiler. +- [fix] Fix Conan v2 export checkout of sources. +- [fix] Conan v2: Avoid reading configuration entries that do not exist. +- [feature] Avoid failure in some jobs when the system is under maintenance. +- [feature] ValidateInfrastructure job now works for `msvc` & Visual Studio 2022. +- [feature] Conan v2: support hooks installation. +- [feature] Add more parameters to DSL scripts. + ### 08-June-2022 - 16:29 CEST - [feature] Allow changes in multiple folders (except for the `recipes` one).