mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-04 15:20:27 +00:00
Add release note for #4416 on 2.1
This commit is contained in:
parent
96061ae301
commit
3101e7be50
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Changelog
|
|||
* Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas)
|
||||
* Removed `assert` statements from Wagtail API (Kim Chee Leong)
|
||||
* Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans)
|
||||
* Added error notification when running the `wagtail` command on Python <3.4 (Matt Westcott)
|
||||
* Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston))
|
||||
* Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto)
|
||||
* Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ Other features
|
|||
* Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas)
|
||||
* Removed ``assert`` statements from Wagtail API (Kim Chee Leong)
|
||||
* Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans)
|
||||
* Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue