From 91eb6b0f6c71caf168262ebb7832b8cc7b9f1a4d Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 14 Dec 2017 11:36:12 +0000 Subject: [PATCH] Changelog/release note for #4128 --- CHANGELOG.txt | 1 + docs/releases/2.0.rst | 1 + 2 files changed, 2 insertions(+) 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