diff --git a/docs/changelog.md b/docs/changelog.md index b47542d81ce8a..f3763294ab236 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # Changelog +### 08-June-2022 - 16:29 CEST + +- [feature] Allow changes in multiple folders (except for the `recipes` one). +- [feature] Detect changes made in a future `linters` folder. +- [feature] Validate configuration files in pull-requests that modifies them. +- [feature] Add support for more Conan v2 commands. +- [feature] DSL: Parameterize jenkinsfile path. +- [fix] DSL: Discard old builds to avoid consuming all inodes. +- [fix] Remove `under maintenance` label in pull requests. +- [fix] Add a detailed message for Conan v2 export. +- [fix] Abort `RelaunchUnexpectedError` job when the system is under maintenance. + ### 19-May-2022 - 15:52 CEST - [feature] Add Conan v2 export extra step in pull-request job.