diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 56343be9b3..b34f814355 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * 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) * Fix: `ChooserBlock` now correctly handles models with primary keys other than `id` (alexpilot11) + * Fix: Fixed typo in Wistia oEmbed pattern (Josh Hurd) 1.3.1 (05.01.2016) ~~~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 1f6737ad57..e69d5c696c 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -98,6 +98,7 @@ Contributors * Aarni Koskela * alexpilot11 * Peter Quade +* Josh Hurd Translators diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index 43763e3f2c..576abfc1d5 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -31,6 +31,7 @@ Bug fixes * 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) * ``ChooserBlock`` now correctly handles models with primary keys other than ``id`` (alexpilot11) + * Fixed typo in Wistia oEmbed pattern (Josh Hurd) Upgrade considerations