From 20c4d01d5cbca0e586be2c8d4afb654144cc0e75 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Wed, 22 Feb 2023 08:04:41 +0100 Subject: [PATCH] Add new changelog - Feb 2023 (#16203) Signed-off-by: Uilian Ries --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f39282aed4..b3d2e3cca5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +### 21-February-2023 - 12:44 CET + +- [feature] ScheduledExportCheck: Collect warnings from hooks and publish them to a separate table. +- [feature] AutomaticMerge: Add conditional status checks with allowlist. +- [feature] AutomaticMerge: Add branches config to merge branches automatically. +- [feature] Conan: Add methods to get the latest recipe revision. +- [feature] Bump library requirements to support the latest Conan versions. +- [fix] PromotePackages: Fix an issue when promoting multiple references. +- [fix] UpdateSearchIndex: Fix conan inspect call command. + ### 14-February-2023 - 15:32 CET - [fix] Fix ScheduledExportCheck job not updating hook validation issues.