diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fe15db8394..b231a19f1b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,7 @@ Changelog * Fix: The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap) * Fix: Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage) * Fix: Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug) + * Fix: Form submissions pagination no longer looses date filter when changing page (Bertrand Bordage) 1.13.1 (17.11.2017) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index aef1aa39c3..4e099c0ad0 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -39,6 +39,7 @@ Bug fixes * API listing views no longer fail when no site records are defined (Karl Hobley) * Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage) * Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug) + * Form submissions pagination no longer looses date filter when changing page (Bertrand Bordage) Upgrade considerations