mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 21:44:44 +00:00
Changelog/release note for #3521
This commit is contained in:
parent
1c09c808c6
commit
499ef19a9b
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Removed support for Python 2.7, Django 1.8 and Django 1.10
|
||||
* Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
|
||||
* Added hidden field to the form builder (Ross Crawford-d'Heureuse)
|
||||
* Image usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
|
||||
* Fix: Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ What's new
|
|||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
|
||||
* Added hidden field to the form builder (Ross Crawford-d'Heureuse)
|
||||
* Image usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue