diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 23e1c3bd6ff6..380de279e213 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -48,6 +48,7 @@ Changelog * Improve error messages for image template tags (Thibaud Colas) * Do not render minimap if there are no panel anchors (Sage Abdullah) * Use dropdown buttons on listings in dashboard panels (Sage Abdullah) + * Implement breadcrumbs design refinements (Thibaud Colas) * Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg) * Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott) * Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 20a86e161215..d34a405bfbb9 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -69,6 +69,7 @@ This feature was developed by Paarth Agarwal and Thibaud Colas as part of the Go * Improve error messages for image template tags (Thibaud Colas) * Do not render minimap if there are no panel anchors (Sage Abdullah) * Use dropdown buttons on listings in dashboard panels (Sage Abdullah) + * Implement breadcrumbs design refinements (Thibaud Colas) ### Bug fixes