diff --git a/CHANGES.rst b/CHANGES.rst index 8e84e33c..eab84ae3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,23 @@ Changelog .. towncrier release notes start +3.1.2 (2024-02-29) +================== + +Bugfixes +-------- + +- Fixed a bug where enabling the ``APT_BY_HASH`` setting did not enable the feature. + `#984 `_ +- Fixed DEBUG logging of prohibited duplicate packages. + `#994 `_ +- Suppressed deb822's confusing log warning about python-apt not being installed. + `#1019 `_ + + +---- + + 3.1.1 (2023-12-12) ================== @@ -71,6 +88,21 @@ Bugfixes ---- +3.0.2 (2024-02-29) +================== + +Bugfixes +-------- + +- Fixed DEBUG logging of prohibited duplicate packages. + `#994 `_ +- Suppressed deb822's confusing log warning about python-apt not being installed. + `#1019 `_ + + +---- + + 3.0.1 (2023-12-12) ==================