From 37bbab417057f55968d573ccea9f42928a82aee9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Apr 2018 08:44:11 -0400 Subject: [PATCH] Add the changelog for v2 --- docs/CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e09cc7c9..80d28cf2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,18 @@ Change Log ========== +v2.0.0 +------ + +* Add module stream expansion support +* Remove deprecated mbs-build tool (fedpkg/rhpkg should be used instead) +* Add the `mbs-manager import_module` command +* Add a database resolver for resolving dependencies for increased performance +* Support modulemd v2 +* Fix error that occurs when a batch hasn't started but a repo regen message is received +* Improve Python 3 compatibility +* Improve unit testing performance + v1.7.0 ------