From a0f326e7b51ff2160da033a63eda3266abddca13 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 30 May 2019 09:11:25 -0400 Subject: [PATCH] Changelog for #3275 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 21b0ae0bc..80107c69d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,12 @@ New features: * Support for the `NO_COLOR`_ environment variable. :bug:`3273` +For packagers: + +* ``pathlib`` is now an optional test dependency on Python 3.4+, removing the + need for `a Debian patch `_. + :bug:`3275` + .. _NO_COLOR: https://no-color.org