From 1a7bde76d6f6f1956f6104a228e64451798e41db Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 20 Jul 2015 20:09:15 +0100 Subject: [PATCH] Release note for #1508 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3539965c1..78e2602c4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Added ``descendant_of`` filter to the API (Michael Fillier) * Added optional directory argument to "wagtail start" command (Mitchel Cabuloy) * Image file size is now stored in the database, to avoid unnecessary filesystem lookups + * Updated URLs within the admin backend to use namespaces * Fix: Text areas in the non-default tab of the page editor now resize to the correct height diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index 2e29fc3d6..d43005033 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -25,6 +25,7 @@ Minor features * Added ``descendant_of`` filter to the API * Added optional directory argument to "wagtail start" command * Image file size is now stored in the database, to avoid unnecessary filesystem lookups + * Updated URLs within the admin backend to use namespaces Bug fixes ~~~~~~~~~