diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 10df2f01d8..805658c817 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -67,6 +67,7 @@ Changelog * Fix: Stop revision comparison view from crashing when non-model FieldPanels are in use (LB (Ben Johnston)) * Fix: Ordering in the page explorer now respects custom `get_admin_display_title` methods when sorting <100 pages (Matt Westcott) * Fix: Use index-specific Elasticsearch endpoints for bulk insertion, for compatibility with providers that lock down the root endpoint (Karl Hobley) + * Fix: Fix usage URL on the document edit page (Jérôme Lebleu) 2.0.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index e02b736eb0..cf7cc969e7 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -99,6 +99,7 @@ Bug fixes * Stop revision comparison view from crashing when non-model FieldPanels are in use (LB (Ben Johnston)) * Ordering in the page explorer now respects custom ``get_admin_display_title`` methods when sorting <100 pages (Matt Westcott) * Use index-specific Elasticsearch endpoints for bulk insertion, for compatibility with providers that lock down the root endpoint (Karl Hobley) + * Fix usage URL on the document edit page (Jérôme Lebleu) Upgrade considerations