mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 10:34:53 +00:00
Release note for #844
This commit is contained in:
parent
bf19446cbd
commit
3511ce23ee
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ Changelog
|
|||
* Fix: It is no longer possible to have the explorer and settings menu open at the same time
|
||||
* Fix: Page IDs in page revisions were not updated on page copy, causing subsequent edits to be committed to the original page instead
|
||||
* Fix: Copying a page now creates a new page revision, ensuring that changes to the title/slug are correctly reflected in the editor (and also ensuring that the user performing the copy is logged)
|
||||
* Fix: Prevent a race condition when creating Filter objects
|
||||
|
||||
|
||||
0.8.3 (18.11.2014)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ Bug fixes
|
|||
* It is no longer possible to have the explorer and settings menu open at the same time
|
||||
* Page IDs in page revisions were not updated on page copy, causing subsequent edits to be committed to the original page instead
|
||||
* Copying a page now creates a new page revision, ensuring that changes to the title/slug are correctly reflected in the editor (and also ensuring that the user performing the copy is logged)
|
||||
* Prevent a race condition when creating Filter objects
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue