diff --git a/docs/releases/1.6.rst b/docs/releases/1.6.rst index 1b689d3a46..213985e65f 100644 --- a/docs/releases/1.6.rst +++ b/docs/releases/1.6.rst @@ -32,7 +32,7 @@ Page URL slugs can now contain Unicode characters, when using Django 1.9 or abov Permission-limited explorer menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The explorer sidebar menu now limits the displayed pages to the ones the logged-in user has permission for. For example, if a user has permission over the pages MegaCorp / Departments / Finance and MegaCorp / Departments / HR, then their menu will begin at "Departments". This reduces the amount of "drilling-down" the user has to do, and is an initial step towards supporting fully independent sites on the same Wagtail installation. This feature was developed by Robert Rollins and Matt Westcott. +The explorer sidebar menu now limits the displayed pages to the ones the logged-in user has permission for. For example, if a user has permission over the pages MegaCorp / Departments / Finance and MegaCorp / Departments / HR, then their menu will begin at "Departments". This reduces the amount of "drilling-down" the user has to do, and is an initial step towards supporting fully independent sites on the same Wagtail installation. This feature was developed by Matt Westcott and Robert Rollins, California Institute of Technology. Minor features