From a5d54a587b6bcaa8be7e20ff5d1f75f1e475e68b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 22 Oct 2019 16:25:59 +0100 Subject: [PATCH] Mark Python 3.8 support as official in changelog --- CHANGELOG.txt | 2 +- docs/releases/2.7.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 873a23a62e..9f5170876c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,7 +7,7 @@ Changelog * Improved StreamField design (Bertrand Bordage) * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott) * Added Elasticsearch 7 support (pySilver) - * Provisional Python 3.8 support, pending an update to the Pillow library (John Carter, Matt Westcott) + * Added Python 3.8 support (John Carter, Matt Westcott) * Added `construct_page_listing_buttons` hook (Michael van Tellingen) * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida) * Added Table Block caption for accessibility (Rahmi Pruitt) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index aab51cd384..34673dcfc4 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -31,7 +31,7 @@ Other features ~~~~~~~~~~~~~~ * Added Elasticsearch 7 support (pySilver) - * Provisional Python 3.8 support, pending an update to the Pillow library (John Carter, Matt Westcott) + * Added Python 3.8 support (John Carter, Matt Westcott) * Added ``construct_page_listing_buttons`` hook (Michael van Tellingen) * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida) * Move and refactor upgrade notification JS (Jonny Scholes)