Add changelog/release notes for #935/#1013

This commit is contained in:
Dan Braghis 2015-02-23 10:01:38 +00:00
parent f680588b7d
commit 99f94baa4a
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ Changelog
* Added pagination to the snippets listing and chooser (Martin Sanders)
* Page / document / image / snippet choosers now include a link to edit the chosen item
* Fix: The `document_served` signal now correctly passes the Document class as `sender` and the document as `instance`
* Fix: Image edit page no longer throws OSError when the original image is missing
0.8.5 (17.02.2015)
~~~~~~~~~~~~~~~~~~

View file

@ -78,6 +78,7 @@ Bug fixes
~~~~~~~~~
* The ``document_served`` signal now correctly passes the Document class as ``sender`` and the document as ``instance``
* Image edit page no longer throws ``OSError`` when the original image is missing
Upgrade considerations