From 8c2a382949bdb7914b3220c83dca3cceacf53511 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Tue, 14 Feb 2023 15:35:37 +0000 Subject: [PATCH] Release notes for #10021 in 5.0 --- CHANGELOG.txt | 1 + docs/releases/5.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 267980c63d..5ab642008f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,7 @@ Changelog * Fix: Resize in the correct direction for RTL languages with the side panel resizer (Sage Abdullah) * Fix: Support creating `StructValue` copies (Tidiane Dia) * Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) + * Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht) * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh) * Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp) * Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott) diff --git a/docs/releases/5.0.md b/docs/releases/5.0.md index ce8e49e355..488b76a2f5 100644 --- a/docs/releases/5.0.md +++ b/docs/releases/5.0.md @@ -29,6 +29,7 @@ depth: 1 * Ignore right clicks on side panel resizer (Sage Abdullah) * Resize in the correct direction for RTL languages with the side panel resizer (Sage Abdullah) * Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) + * Fix "Edit this page" missing from userbar (Satvik Vashisht) ### Documentation