diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 2c792b8cc..5cccae6f0 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -295,8 +295,8 @@ Wagtail organises panels into three tabs: 'Content', 'Promote' and 'Settings'. D ObjectList(BlogPage.settings_panels, heading='Settings', classname="settings"), ]) -The ``construct_wagtail_edit_bird`` has changed -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +``construct_wagtail_edit_bird`` hook has been renamed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Previously you could customize the Wagtail userbar using the ``construct_wagtail_edit_bird`` hook. The hook has been renamed to ``construct_wagtail_userbar``.