Release note for #2971

This commit is contained in:
Matt Westcott 2016-09-05 11:48:26 +01:00
parent 4099b633ed
commit 29e7c0740b
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Changelog
* Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach)
* Fix: The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)
* Fix: Text on the front-end 'password required' form is now marked for translation (Janneke Janssen)
* Fix: Text on the page view restriction form is now marked for translation (Luiz Boaretto)
* Fix: Fixed toggle behaviour of userbar on mobile (Robert Rollins)
* Fix: Image rendition / document file deletion now happens on a post_delete signal, so that files are not lost if the deletion does not proceed (Janneke Janssen)

View file

@ -162,6 +162,7 @@ Contributors
* Eraldo Energy
* Jesse Legg
* Tim Leguijt
* Luiz Boaretto
Translators
===========

View file

@ -48,6 +48,7 @@ Bug fixes
* Migrations for wagtailcore and project template are now reversible (Benjamin Bach)
* The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)
* Text on the front-end 'password required' form is now marked for translation (Janneke Janssen)
* Text on the page view restriction form is now marked for translation (Luiz Boaretto)
* Fixed toggle behaviour of userbar on mobile (Robert Rollins)
* Image rendition / document file deletion now happens on a post_delete signal, so that files are not lost if the deletion does not proceed (Janneke Janssen)