diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3e807394d..c999272ff 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index c41c77bb3..85654264d 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -35,10 +35,10 @@ Contributors * John-Scott Atlakson * Eric Drechsel * Alejandro Giacometti +* Robert Rollins * linibou * Timo Rieber - Translators =========== diff --git a/docs/releases/0.8.4.rst b/docs/releases/0.8.4.rst index ce4c70f8e..6ca529f3d 100644 --- a/docs/releases/0.8.4.rst +++ b/docs/releases/0.8.4.rst @@ -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