mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Release note for #4801
This commit is contained in:
parent
5b0a7fc4b5
commit
2fe866e484
@ -23,6 +23,7 @@ Changelog
|
||||
* 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 page or document links in rich text (Matt Westcott)
|
||||
* Fix: Avoid redundant round-trips of JSON StreamField data on save, improving performance and preventing consistency issues on fixture loading (Andy Chosak, Matt Westcott)
|
||||
|
||||
|
||||
2.2.2 (29.08.2018)
|
||||
|
@ -46,6 +46,8 @@ Bug fixes
|
||||
* 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 page or document links in rich text (Matt Westcott)
|
||||
* Avoid redundant round-trips of JSON StreamField data on save, improving performance and preventing consistency issues on fixture loading (Andy Chosak, Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
Loading…
Reference in New Issue
Block a user