From 525cf5922e988a5d60a05d39e98d1a6013fbf838 Mon Sep 17 00:00:00 2001 From: Coen van der Kamp Date: Thu, 15 Aug 2019 23:38:37 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/2.7.rst | 2 ++ 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index edb36f9fd..74ea4a34b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index b60a70e8e..354eb76d3 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -387,6 +387,7 @@ Contributors * Iman Syed * John Carter * Jonathan Liuti +* Rahmi Pruitt Translators =========== diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 5e34fef98..0c928407d 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -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