diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 684785efa..f384d913b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Fix: Wagtail's migrations are now all reversible (benjaoming) * Fix: Deleting a page content type now preserves existing pages as basic Page instances, to prevent tree corruption * Fix: The `Page.path` field is now explicitly given the "C" collation on PostgreSQL to prevent tree ordering issues when using a database created with the Slovak locale + * Fix: Wagtail's compiled static assets are now put into the correct directory on Windows (Aarni Koskela) 1.3.1 (05.01.2016) ~~~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 56a2a07da..546f707a1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -95,6 +95,7 @@ Contributors * Eugene MechanisM * benjaoming * Alexander Bogushov +* Aarni Koskela Translators diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index a8d693dee..7c6668314 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -26,6 +26,7 @@ Bug fixes * Wagtail's migrations are now all reversible (benjaoming) * Deleting a page content type now preserves existing pages as basic Page instances, to prevent tree corruption * The ``Page.path`` field is now explicitly given the "C" collation on PostgreSQL to prevent tree ordering issues when using a database created with the Slovak locale + * Wagtail's compiled static assets are now put into the correct directory on Windows (Aarni Koskela) Upgrade considerations