diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3329f08724..ab8093a80a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -37,6 +37,7 @@ Changelog * Fix: Empty searches were activated when paginating through images and documents (LB (Ben Johnston)) * 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)) 1.13.1 (17.11.2017) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index 203c49439f..2835d701b1 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -55,6 +55,7 @@ Bug fixes * Empty searches were activated when paginating through images and documents (LB (Ben Johnston)) * 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)) Upgrade considerations