diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ffa6eae66..26aeec66c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Fix: "Open Link in New Tab" on a right arrow in page explorer should open page list (Emily Horsman) * Fix: Using `order_by_relevance=False` when searching with PostgreSQL now works (Mitchel Cabuloy) + * Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott) 1.12 LTS (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.13.rst b/docs/releases/1.13.rst index 120168032..05482d50e 100644 --- a/docs/releases/1.13.rst +++ b/docs/releases/1.13.rst @@ -20,6 +20,7 @@ Bug fixes * "Open Link in New Tab" on a right arrow in page explorer should open page list (Emily Horsman) * Fix: Using ``order_by_relevance=False`` when searching with PostgreSQL now works (Mitchel Cabuloy) + * Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott) Upgrade considerations ======================