diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1f485d59ea..db831dcc0c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,7 @@ Changelog * Add documentation for `wagtail.admin.viewsets.model.ModelViewSet` (Matt Westcott) * Enhance new Breadcrumbs so they can be added to any header or container element and adopt on the page explorer (listing) view (Paarth Agarwal) * Added multi-site support to the API (Sævar Öfjörð Magnússon) + * Add `add_to_admin_menu` option for ModelAdmin (Oliver Parker) * Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer) * Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke) * Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index cebd68f6ce..597668b6a7 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -605,6 +605,7 @@ Contributors * Yves Serrano * Hugh Rawlinson * Noble Mittal +* Oliver Parker Translators =========== diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index f7f40d3271..e7b2ce6cc1 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -44,6 +44,7 @@ When using a queryset to render a list of images, you can now use the ``prefetch * Add documentation for `wagtail.admin.viewsets.model.ModelViewSet` (Matt Westcott) * Enhance new Breadcrumbs so they can be added to any header or container element and adopt on the page explorer (listing) view (Paarth Agarwal) * Added [multi-site support](api_filtering_pages_by_site) to the API (Sævar Öfjörð Magnússon) + * Add `add_to_admin_menu` option for ModelAdmin (Oliver Parker) ### Bug fixes