diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b4d287a547..d906bbe413 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,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) + * Non-superusers can now view/edit/delete sites if they have the correct permissions * 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 f36423c15c..0a53da2624 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -25,6 +25,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 + * Non-superusers can now view/edit/delete sites if they have the correct permissions * Image file size is now stored in the database, to avoid unnecessary filesystem lookups * Updated URLs within the admin backend to use namespaces