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 --------