diff --git a/docs/changelog.md b/docs/changelog.md index 783ff869f6..a829d10882 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +### 21-April-2022 - 13:46 CEST + +- [feature] Updated Python version to > 3.7 in all build agents. +- [feature] Added CMake and Python versions to the infrastructure information. +- [config] Added new community reviewers. +- [feature] Moved Jenkins and Slack to the configuration file. +- [feature] Retry each build config if there is an unexpected error. +- [feature] Added logging to collect information about some jobs. +- [feature] Use a real build profile for cross-building configurations. +- [bugfix] Improve export error report. + ### 31-March-2022 - 11:55 CEST - [config] Upgrade Conan client version to 1.45.0. diff --git a/docs/review_process.md b/docs/review_process.md index 24ecbb46e0..0e0a3f63ca 100644 --- a/docs/review_process.md +++ b/docs/review_process.md @@ -101,6 +101,9 @@ The list includes conan-center-index contributors who are very active and proven - [@mathbunnyru](https://github.com/mathbunnyru) - [@ericriff](https://github.com/ericriff) - [@toge](https://github.com/toge) +- [@AndreyMlashkin](https://github.com/AndreyMlashkin) +- [@MartinDelille](https://github.com/MartinDelille) +- [@dmn-star](https://github.com/dmn-star) The list is not constant and will change periodically based on contribution. That also means you can be included in this list as well - submit PRs and provide reviews, and in time you may be added as a trusted contributor.