diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4f40b873f9..050eafdbe2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -39,6 +39,7 @@ Changelog * Fix: Summary numbers of pages, images and documents were not responsive when greater than 4 digits (Michael Palmer) * Fix: Project template now has password validators enabled by default (Matt Westcott) * Fix: Alignment options correctly removed from `TableBlock` context menu (LB (Ben Johnston)) + * Fix: Fix support of `ATOMIC_REBUILD` for projects with Elasticsearch client >=1.7.0 (Mikalai Radchuk) 1.13.1 (17.11.2017) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index 42c0480b0b..ce23f28c5e 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -57,6 +57,7 @@ Bug fixes * Summary numbers of pages, images and documents were not responsive when greater than 4 digits (Michael Palmer) * Project template now has password validators enabled by default (Matt Westcott) * Alignment options correctly removed from ``TableBlock`` context menu (LB (Ben Johnston)) + * Fix support of ``ATOMIC_REBUILD`` for projects with Elasticsearch client ``>=1.7.0`` (Mikalai Radchuk) Upgrade considerations