diff --git a/NEWS.md b/NEWS.md index 2ac8aa98..7d9df59b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,23 @@ # OSBuild - Build-Pipelines for Operating System Artifacts +## CHANGES WITH 22: + + * runners: support for RHEL 8.4 was added + + * A new internal API was added that can be used to communicate + exceptions from runners, stages and assemblers in a more + structured way and, thus, make it possible to include them in + the final result in a machine readable way. Use that new API + in the runners. + + * Improvements to the CI, including the integration of codespell + to check for spelling mistakes. + +Contributions from: Chloe Kaubisch, Christian Kellner, Jacob Kozol, + Lars Karlitski, Major Hayden + +— Berlin, 2020-10-08 + ## CHANGES WITH 21: * The way that output of modules is communicated to osbuild was