Release note for #4531 in 2.1

pull/4531/merge
Matt Westcott 2018-05-15 23:23:53 +01:00
rodzic fab4dde665
commit 7133428d92
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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