diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0b6f555de4..ad30861305 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -53,6 +53,7 @@ Changelog * Fix: Ensure the search promotions popular search terms picker correctly refers to the correct model (LB (Ben) Johnston) * Fix: Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah) * Fix: Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah) + * Fix: Ensure that pages in moderation show as "Live + In Moderation" in the page explorer rather than "Live + Draft" (Sage Abdullah) * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava) * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava) * Docs: Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 822be65496..9d7caf8660 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -69,6 +69,7 @@ depth: 1 * Ensure the search promotions popular search terms picker correctly refers to the correct model (LB (Ben) Johnston) * Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah) * Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah) + * Ensure that pages in moderation show as "Live + In Moderation" in the page explorer rather than "Live + Draft" (Sage Abdullah) ### Documentation