Add release notes for #4800

pull/4795/merge
Thibaud Colas 2018-10-07 22:19:11 +03:00
rodzic 3186950de4
commit 7cd73c472f
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,8 @@ Changelog
* Fix: Tag input field no longer treats 'б' on Russian keyboards as a comma (Michael Borisov)
* Fix: Disabled autocomplete dropdowns on date/time chooser fields (Janneke Janssen)
* Fix: Split up `wagtail.admin.forms` to make it less prone to circular imports (Matt Westcott)
* Fix: Disable linking to root page in rich text, making the page non-functional (Matt Westcott)
* Fix: Pages should be editable and save-able even if there are broken links in rich text (Matt Westcott)
2.2.2 (29.08.2018)

Wyświetl plik

@ -44,6 +44,8 @@ Bug fixes
* Tag input field no longer treats 'б' on Russian keyboards as a comma (Michael Borisov)
* Disabled autocomplete dropdowns on date/time chooser fields (Janneke Janssen)
* Split up ``wagtail.admin.forms`` to make it less prone to circular imports (Matt Westcott)
* Disable linking to root page in rich text, making the page non-functional (Matt Westcott)
* Pages should be editable and save-able even if there are broken links in rich text (Matt Westcott)
Upgrade considerations
======================