From 61c081e2c81e0fac7bb1ea9571c75fc03f48eeaa Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 27 Jan 2021 15:02:00 +0100 Subject: [PATCH] (#4383) Update changelog 27-January-2021 --- docs/changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b649741bdfbba..c692b73baf1b4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +### 27-January-2021 - 09:37 CET + +- Feature: PropulateProperties: Notify alert error if there are orphan packages, but keep going #577 +- Feature: Capture output and exit code running Conan commands #578 +- Feature: New job to delete an Artifactory repo #575 +- Fix: AutomaticMerge: Fix alerts when there are no errors #576 +- Fix: PopulateProperties: Do not raise if a property assignment fails, go with the next one #586 +- Fix: Improve packages generated message #579 +- Fix: BuildSingleReference: Add boolean parameter to configure hooks errors #592 +- Fix: Handle scenario where a package doesn't have properties (#603) + ### 30-December-2020 - 13:24 CET - [feature] BuildSingleReference: Run tests for packages that already exist.