release note for #872

Conflicts:
	CONTRIBUTORS.rst
This commit is contained in:
Matt Westcott 2014-12-16 16:41:00 +00:00
parent 9f97e32960
commit 6664b063cc
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@ Changelog
* 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
* Fix: On adding a new page, the available page types are ordered by the displayed verbose name
0.8.3 (18.11.2014)

View file

@ -35,10 +35,10 @@ Contributors
* John-Scott Atlakson
* Eric Drechsel
* Alejandro Giacometti
* Robert Rollins
* linibou
* Timo Rieber
Translators
===========

View file

@ -17,3 +17,4 @@ Bug fixes
* 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
* On adding a new page, the available page types are ordered by the displayed verbose name