From 81fecedab472eaa032f9058fc78f8a2eaa652e02 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 28 Sep 2021 15:52:55 -0400 Subject: [PATCH] Changelog about #4030 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 22a3e7120..3bb52baa8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,10 +9,13 @@ This release now requires Python 3.6 or later (it removes support for Python For packagers: +* As noted above, the minimum Python version is now 3.6. * We fixed a flaky test, named `test_album_art` in the `test_zero.py` file, that some distributions had disabled. Disabling this test should no longer be necessary. :bug:`4037` :bug:`4038` +* This version of beets no longer depends on the `six`_ library. + :bug:`4030` Major new features: