From d8657be320ca5fdebb1257b70c201d97f7ba8d14 Mon Sep 17 00:00:00 2001 From: Terence Honles Date: Tue, 19 May 2020 10:23:07 -0700 Subject: [PATCH] Fix requirement Pillow < 7 to mention it is for tests only --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2dd5bcd5..71f9ac5d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,7 +28,7 @@ Changes in 0.20.0 Changes in 0.19.1 ================= -- Requires Pillow < 7.0.0 as it dropped Python2 support +- Tests require Pillow < 7.0.0 as it dropped Python2 support - DEPRECATION: The interface of ``QuerySet.aggregate`` method was changed, it no longer takes an unpacked list of pipeline steps (*pipeline) but simply takes the pipeline list just like ``pymongo.Collection.aggregate`` does. #2079