pull/11965/head
Matt Westcott 2024-07-02 16:48:16 +01:00
rodzic 8ca641d1d2
commit 9ef20ca08d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -37,6 +37,7 @@ Changelog
* Fix: Ensure external-to-internal link conversion works when the `wagtail_serve` view is on a non-root path (Sage Abdullah)
* Fix: Add missing `for_instance` method to `PageLogEntryManager` (Matt Westcott)
* Fix: Ensure that "User" column on history view is translatable (Romein van Buren)
* Fix: Handle StreamField migrations where the field value is null (Joshua Munn)
* Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard)
* Docs: Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz)
* Docs: Document Wagtail's bug bounty policy (Jake Howard)

Wyświetl plik

@ -55,6 +55,7 @@ This feature was implemented by Albina Starykova, with support from the Wagtail
* Ensure external-to-internal link conversion works when the `wagtail_serve` view is on a non-root path (Sage Abdullah)
* Add missing `for_instance` method to `PageLogEntryManager` (Matt Westcott)
* Ensure that "User" column on history view is translatable (Romein van Buren)
* Handle StreamField migrations where the field value is null (Joshua Munn)
### Documentation