From eff18b5823aa1d26871deec40f2822e64a750226 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 21 Aug 2019 13:53:26 -0400 Subject: [PATCH] Update changelog Signed-off-by: Roberto Rosario --- HISTORY.rst | 3 +++ docs/releases/3.2.7.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 36d82f5d05..2fc1d8f40d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ 3.2.7 (2019-08-XX) ================== * Fix checkout form bug. +* Disable pagination current page button + Current page button was clickable and would cause the + single page navigation to jump to the home view. 3.2.6 (2019-07-10) ================== diff --git a/docs/releases/3.2.7.rst b/docs/releases/3.2.7.rst index f3880914d8..c715e88bf5 100644 --- a/docs/releases/3.2.7.rst +++ b/docs/releases/3.2.7.rst @@ -8,6 +8,9 @@ Changes ------- - Fix checkouts form bug. +- Disable pagination current page button + Current page button was clickable and would cause the + single page navigation to jump to the home view. Removals --------