diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7f3df7d6a..bf5dce182 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Added direct profile picture upload to account preferences (Daniel Chimeno, Pierre Geier, Matt Westcott) * Added API endpoint for finding pages by HTML path (Karl Hobley) * Added time zone setting to account preferences (David Moore) + * Added Elasticsearch 6 support (Karl Hobley) * Persist tab hash in URL to allow direct navigation to tabs in the admin interface (Ben Weatherman) * Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani) * Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 970c8e1ac..e02b736eb 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -35,6 +35,12 @@ User time zone setting Users can now set their current time zone through the Account Settings menu, which will then be reflected in date / time fields throughout the admin (such as go-live / expiry dates). The list of available time zones can be configured via the :ref:`WAGTAIL_USER_TIME_ZONES ` setting. This feature was developed by David Moore. +Elasticsearch 6 support +~~~~~~~~~~~~~~~~~~~~~~~ + +Wagtail now supports Elasticsearch 6. See :ref:`wagtailsearch_backends_elasticsearch` for configuration details. This feature was developed by Karl Hobley. + + Other features ~~~~~~~~~~~~~~ diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index 3a3d45ae0..ac4bdd96f 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -97,7 +97,7 @@ Elasticsearch Backend Support for Elasticsearch 5.x was added -.. versionchanged:: TODO ADD VERSION HERE +.. versionchanged:: 2.1 Support for Elasticsearch 6.x was added