diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5ce7d24cf7..7611f10b79 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -159,6 +159,7 @@ Changelog * Docs: Add example for how to configure API `renderer_classes` (Aman Pandey) * Docs: Document potential data loss for BaseLogEntry migration in 3.0 (Sage Abdullah) * Docs: Add documentation for the reference index mechanism (Daniel Kirkham) + * Docs: Remove confusing `SettingsPanel` reference in the page editing `TabbedInterface` example as `SettingsPanel` no longer shows anything as of 4.1 (Kenny Wolf, Julian Bigler) * Maintenance: Switch to using Willow instead of Pillow for images (Darrel O'Pry) * Maintenance: Remove unsquashed `testapp` migrations (Matt Westcott) * Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index f781b41162..736ecf18d7 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -691,6 +691,8 @@ Contributors * Rishabh Kumar Bahukhandi * Ayman Makroo * Suyash Srivastava +* Julian Bigler +* Kenny Wolf Translators =========== diff --git a/docs/releases/5.0.md b/docs/releases/5.0.md index ec2aee14c2..13f0beacb8 100644 --- a/docs/releases/5.0.md +++ b/docs/releases/5.0.md @@ -42,6 +42,7 @@ depth: 1 * Add helpful troubleshooting links and refine wording for getting started with development (Loveth Omokaro) * Ensure search autocomplete overlay on mobile does not overflow the viewport (Ayman Makroo) * Improve documentation for InlinePanel (Vallabh Tiwari) + * Remove confusing `SettingsPanel` reference in the page editing `TabbedInterface` example as `SettingsPanel` no longer shows anything as of 4.1 (Kenny Wolf, Julian Bigler) ### Maintenance