diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dca42b4c17a0..c992749d9553 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -55,6 +55,7 @@ Changelog * Fix: Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston) * Fix: Resolve issue local development of docs when running `make livehtml` (Sage Abdullah) * Fix: Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah) + * Fix: Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah) * Docs: Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah) diff --git a/docs/releases/6.0.2.md b/docs/releases/6.0.2.md index 3ffb2190124a..819fb306e767 100644 --- a/docs/releases/6.0.2.md +++ b/docs/releases/6.0.2.md @@ -16,6 +16,7 @@ depth: 1 * Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston) * Resolve issue local development of docs when running `make livehtml` (Sage Abdullah) * Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah) + * Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah) ### Documentation