diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e3df50b107..e77c0849f6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,8 +12,6 @@ Changelog * 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) - * Upgrade django-modelcluster to>=5.0 and upgrade django-taggit to >=1.0 for Django 3.0 support (Matt Westcott) - * Revise tests to ensure all pass in Django 3.0 (Matt Westcott) * Add ability for users to change their own name via the account settings page (Kevin Howbrook) * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner) * Increase delay before search in the snippet chooser, to prevent redundant search request round trips (Robert Rollins) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index c8e10f64b9..f4383d8c21 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -31,8 +31,6 @@ Other features * 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) - * Upgrade django-modelcluster to>=5.0 and upgrade django-taggit to >=1.0 for Django 3.0 support (Matt Westcott) - * Revise tests to ensure all pass in Django 3.0 (Matt Westcott) * Add ability for users to change their own name via the account settings page (Kevin Howbrook) * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner) * Increase delay before search in the snippet chooser, to prevent redundant search request round trips (Robert Rollins)