From 2b411dd8705f3897eb7397be18153b0a605cb5f2 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 30 Oct 2018 14:54:52 -0400 Subject: [PATCH] Add some missing changes to the change log --- docs/CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 81fa001a..7e4ec145 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -7,11 +7,13 @@ v2.8.1 v2.8.0 ------ +* The config option `KOJI_ARCHES` was renamed to `ARCHES` * Import -devel Koji CG builds with RPMs which are filtered out of the traditional CG builds * Add the ability to override buildrequires and requires when submitting a module build * Use modules built against all compatible base module streams during buildrequire module resolution * Record the stream versions (e.g. `f29.0.0` => `290000`) of base modules (e.g. platform) * Fix wrong inclusion of non-multilib packages in final modulemd of Koji CG builds +* Default arches are now applied to module components but they don't take any effect in the Koji builder yet v2.7.0 ------