Release note for 9e51c7a

This commit is contained in:
Matt Westcott 2017-04-21 14:08:28 +01:00
parent 12a68c00dd
commit c27855332e
2 changed files with 2 additions and 0 deletions

View file

@ -73,6 +73,7 @@ Changelog
* Fix: Prevent pages from being recursively copied into themselves (Matheus Bratfisch)
* Fix: Specifying the full file name in documents URL is mandatory (Morgan Aubert)
* Fix: Reordering inline forms now works correctly when moving past a deleted form (Janneke Janssen)
* Fix: Removed erroneous ``|safe`` filter from search results template in project template (Karl Hobley)
1.9 (16.02.2017)

View file

@ -112,6 +112,7 @@ Bug fixes
* Prevent pages from being recursively copied into themselves (Matheus Bratfisch)
* Specifying the full file name in documents URL is mandatory (Morgan Aubert)
* Reordering inline forms now works correctly when moving past a deleted form (Janneke Janssen)
* Removed erroneous `|safe` filter from search results template in project template (Karl Hobley)
Upgrade considerations