Release notes for #3541

This commit is contained in:
Matt Westcott 2017-09-13 21:41:35 +01:00
parent 665d06c8ce
commit 563b8e48ef
3 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,8 @@ Changelog
* Fix: In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Fix: Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
* Fix: Fixed avatar position in footer on mobile (Jack Paine)
* Fix: Custom document models no longer require their own post-delete signal handler (Gordon Pendleton)
* Fix: Deletion of image / document files now only happens when database transaction has completed (Gordon Pendleton)
1.12.2 (xx.xx.xxxx) - IN DEVELOPMENT

View file

@ -32,7 +32,7 @@ Contributors
* Jeffrey Hearn
* Robert Clark
* Nathan Brizendine
* thenewguy
* Gordon Pendleton
* John-Scott Atlakson
* Eric Drechsel
* Alejandro Giacometti

View file

@ -29,6 +29,8 @@ Bug fixes
* In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
* Fixed avatar position in footer on mobile (Jack Paine)
* Custom document models no longer require their own post-delete signal handler (Gordon Pendleton)
* Deletion of image / document files now only happens when database transaction has completed (Gordon Pendleton)
Upgrade considerations