From 60d9e0e1b7eb348d3614e47c74b7010857daeebf Mon Sep 17 00:00:00 2001 From: danimtb Date: Fri, 9 Dec 2022 13:48:17 +0100 Subject: [PATCH] Update changelog 09-December-2022 --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c267cd2dd9548..1c25e70b7d8ce 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +### 09-December-2022 - 11:38 CET + +- [feature] Add environment variable to build with different Xcode/apple-clang compilers on Macos agents. +- [feature] Add `MACOSX_DEPLOYMENT_TARGET` and `SDKROOT` env variables to build stages on Macos. +- [feature] Add `LongPathsEnabled` registry key check on Windows to Validate Infrastructure job. +- [fix] Fix git user on commits when updating docs for supported platforms and configurations. +- [fix] Fix getting commit hash when writing GitHub error messages. +- [fix] Fix Conan v2 inspect command. +- [fix] Fix condition when waiting for another job to finish. + ### 14-November-2022 - 11:54 CET - [feature] Disable inactivity count for Access Request job.