From 0921bdec6da519e51ad6975e60820d25d8ec7ac6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 20 Jul 2015 14:49:55 +0100 Subject: [PATCH] Release note for #1426 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 371a7c3488..3539965c14 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Search backends can now be specified by module (e.g. `wagtail.wagtailsearch.backends.elasticsearch`), rather than a specific class (`wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch`) * 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 * 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 fc8fbd8222..2e29fc3d66 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -24,6 +24,7 @@ Minor features * Search backends can now be specified by module (e.g. ``wagtail.wagtailsearch.backends.elasticsearch``), rather than a specific class (``wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch``) * 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 Bug fixes ~~~~~~~~~