Release note for #4496 in 2.2

This commit is contained in:
Matt Westcott 2018-07-03 16:58:05 +01:00
parent 879239b02c
commit ce4cd82bd9
3 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Changelog
* Fix: Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
* Fix: Pages with missing model definitions no longer crash the API (Abdulmalik Abdulwahab)
* Fix: Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
* Fix: Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Andrew Crewdson, Matt Westcott)
2.1.1 (xx.xx.xxxx) - IN DEVELOPMENT

View file

@ -308,6 +308,7 @@ Contributors
* Daniele Procida
* Catherine Farman
* Abdulmalik Abdulwahab
* Andrew Crewdson
* Aram Dulyan
Translators

View file

@ -38,6 +38,7 @@ Bug fixes
* Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
* Pages with missing model definitions no longer crash the API (Abdulmalik Abdulwahab)
* Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
* Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Andrew Crewdson, Matt Westcott)
Upgrade considerations
======================