diff --git a/docs/releases/3.0.1.md b/docs/releases/3.0.1.md index 0c89832042..ea096e9f66 100644 --- a/docs/releases/3.0.1.md +++ b/docs/releases/3.0.1.md @@ -12,6 +12,6 @@ depth: 1 ### Bug fixes * Ensure `TabbedInterface` will not show a tab if no panels are visible due to permissions (Paarth Agarwal) - * Fix incorrect background colour for snippet language selector (Sage Abdullah) - * Send `strict-origin-when-cross-origin` header on version check request (Karl Hobley) + * Specific snippets list language picker was not properly styled (Sage Abdullah) + * Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley) * Fix misaligned spinner icon on page action button (LB (Ben Johnston))