diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6db21b901..73708a8bb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index 779edd5a2..7776b334d 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -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