From ef6993a245681b192871ff73960973c95495634d Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 1 Mar 2024 03:07:29 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8e84e33c4..eab84ae3d 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) ==================