Release note for #4531 in 2.1

This commit is contained in:
Matt Westcott 2018-05-15 23:23:53 +01:00
parent 4741f83333
commit 957dd4b0a0
2 changed files with 2 additions and 0 deletions

View file

@ -60,6 +60,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

View file

@ -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