From 99f94baa4a5f515c90acb8062495886e5037a0b3 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Mon, 23 Feb 2015 10:01:38 +0000 Subject: [PATCH] Add changelog/release notes for #935/#1013 --- CHANGELOG.txt | 1 + docs/releases/0.9.rst | 1 + 2 files changed, 2 insertions(+) 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