mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 06:20:59 +00:00
Changelog/release note for #4550
This commit is contained in:
parent
73cca8cbed
commit
b38271fd27
3 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
|||
|
||||
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
||||
* Added `annotate_score` support to PostgreSQL search backend (Bertrand Bordage)
|
||||
* Pillow's image optimisation is now applied when saving PNG images (Dmitry Vasilev)
|
||||
* Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -301,6 +301,7 @@ Contributors
|
|||
* Jérôme Lebleu
|
||||
* Victor Miti
|
||||
* Andrew Plummer
|
||||
* Dmitry Vasilev
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Other features
|
|||
|
||||
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
||||
* Added ``annotate_score`` support to PostgreSQL search backend (Bertrand Bordage)
|
||||
* Pillow's image optimisation is now applied when saving PNG images (Dmitry Vasilev)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue