Release note for #8298 in 2.16.2

pull/9096/head
Matt Westcott 2022-04-11 15:52:57 +01:00
rodzic 5473b5643f
commit 5d76b678be
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,7 @@ Changelog
* Fix: Ignore `GenericRelation` when copying pages (John-Scott Atlakson)
* Fix: Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
* Fix: Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
* Fix: Prevent JS errors on locale switcher in page chooser (Matt Westcott)
2.16.1 (11.02.2022)

Wyświetl plik

@ -20,6 +20,7 @@
* Ignore `GenericRelation` when copying pages (John-Scott Atlakson)
* Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
* Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
* Prevent JS errors on locale switcher in page chooser (Matt Westcott)
## Upgrade considerations