Release notes for #3541

pull/3853/merge
Matt Westcott 2017-09-13 21:41:35 +01:00
rodzic 665d06c8ce
commit 563b8e48ef
3 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

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

Wyświetl plik

@ -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