Release notes for #5611

This commit is contained in:
Karl Hobley 2019-10-10 11:03:39 +01:00
parent 0149eff66a
commit 0507ec5377
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~~~~~
* Improved StreamField design (Bertrand Bordage)
* Added Elasticsearch 7 support (pySilver)
* 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

@ -411,6 +411,7 @@ Contributors
* Tim White
* Mike Janger
* Prithvi MK
* pySilver
Translators
===========

View file

@ -24,6 +24,7 @@ The design of the StreamField user interface has been updated to improve clarity
Other features
~~~~~~~~~~~~~~
* Added Elasticsearch 7 support (pySilver)
* 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)