Update Changelog

This commit is contained in:
Coen van der Kamp 2019-08-15 23:38:37 +02:00 committed by LB Johnston
parent 794d40b86b
commit 525cf5922e
3 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Changelog
* 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)
* Move and refactor upgrade notification JS (Jonny Scholes)
* Add ability to insert internal anchor links/links with fragment identifiers in Draftail (rich text) fields (Iman Syed)
* Remove need for Elasticsearch `update_all_types` workaround, upgrade minimum release to 6.4.0 or above (Jonathan Liuti)

View file

@ -387,6 +387,7 @@ Contributors
* Iman Syed
* John Carter
* Jonathan Liuti
* Rahmi Pruitt
Translators
===========

View file

@ -15,6 +15,7 @@ What's new
* Upgraded Elasticsearch client library dependency to 6.4.0 or above, 7.0.0 or above is still supported.
Other features
~~~~~~~~~~~~~~
@ -23,6 +24,7 @@ Other features
* Move and refactor upgrade notification JS (Jonny Scholes)
* Remove need for Elasticsearch ``update_all_types`` workaround, upgrade minimum release to 6.4.0 or above (Jonathan Liuti)
* Add ability to insert internal anchor links/links with fragment identifiers in Draftail (rich text) fields (Iman Syed)
* Added Table Block caption for accessibility (Rahmi Pruitt)
Bug fixes