From 31e025032c85643fcc1b8a8f4165aa28c06d3001 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Mon, 21 Aug 2017 14:06:39 +0200 Subject: [PATCH] Adds changelog notes for 29360a4. --- CHANGELOG.txt | 1 + docs/releases/1.13.rst | 1 + 2 files changed, 2 insertions(+) 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 ======================