kopia lustrzana https://github.com/wagtail/wagtail
Changelog cleanup
* note Python 3.8 support as provisional * Remove mentions of minor doc fixes (there are many more fixes beyond the ones mentioned here, and including them all in the release notes would add too much noise...)pull/5646/head
rodzic
142e133209
commit
fe9132823a
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Improved StreamField design (Bertrand Bordage)
|
||||
* Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott)
|
||||
* Added Elasticsearch 7 support (pySilver)
|
||||
* Provisional Python 3.8 support, pending an update to the Pillow library (John Carter, Matt Westcott)
|
||||
* Added `construct_page_listing_buttons` hook (Michael van Tellingen)
|
||||
* Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida)
|
||||
* Added Table Block caption for accessibility (Rahmi Pruitt)
|
||||
|
@ -24,10 +25,6 @@ Changelog
|
|||
* Added ARIA role to TableBlock output (Matt Westcott)
|
||||
* Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
|
||||
* Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott)
|
||||
* Add docs table template rendering example (Matt Westcott)
|
||||
* Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant)
|
||||
* Clean up multiple minor documentation issues (David T Thompson, ryanomor, kailwallin)
|
||||
* Add AbstractUser import to custom user model documentation (LB (Ben Johnston))
|
||||
* `WAGTAILIMAGES_MAX_IMAGE_PIXELS` limit now takes the number of animation frames into account (Karl Hobley)
|
||||
* Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
|
||||
* Fix: Added https support for Scribd oEmbed provider (Rodrigo)
|
||||
|
|
|
@ -31,6 +31,7 @@ Other features
|
|||
~~~~~~~~~~~~~~
|
||||
|
||||
* Added Elasticsearch 7 support (pySilver)
|
||||
* Provisional Python 3.8 support, pending an update to the Pillow library (John Carter, Matt Westcott)
|
||||
* Added ``construct_page_listing_buttons`` hook (Michael van Tellingen)
|
||||
* Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida)
|
||||
* Move and refactor upgrade notification JS (Jonny Scholes)
|
||||
|
@ -48,10 +49,6 @@ Other features
|
|||
* Added ARIA role to TableBlock output (Matt Westcott)
|
||||
* Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
|
||||
* Allow ``register_page_action_menu_item`` and ``construct_page_action_menu`` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) - thanks to `The Motley Fool <https://www.fool.com/>`_ for sponsoring review of this feature
|
||||
* Add docs table template rendering example (Matt Westcott)
|
||||
* Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant)
|
||||
* Clean up multiple minor documentation issues (David T Thompson, ryanomor, kailwallin)
|
||||
* Add AbstractUser import to custom user model documentation (LB (Ben Johnston))
|
||||
* ``WAGTAILIMAGES_MAX_IMAGE_PIXELS`` limit now takes the number of animation frames into account (Karl Hobley)
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue