0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Mark Python 3.8 support as official in changelog

This commit is contained in:
Matt Westcott 2019-10-22 16:25:59 +01:00
parent 69e96a9227
commit a5d54a587b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)