release note for #872

Conflicts:
	CONTRIBUTORS.rst
pull/872/merge
Matt Westcott 2014-12-16 16:41:00 +00:00
rodzic 9f97e32960
commit 6664b063cc
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

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

Wyświetl plik

@ -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