From 5a658a173d64b11455e11cadf89f7b937349978d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 12 Nov 2014 11:25:06 +0000 Subject: [PATCH] release note for #797 --- CHANGELOG.txt | 1 + docs/releases/0.8.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2ede15a0f..87ea725c2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * Fix: Added missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku) * Fix: Page system check for on_delete actions of ForeignKeys was throwing false positives when page class decends from an abstract class (Alejandro Giacometti) * Fixed a regression where form builder submissions containing a number field would fail with a JSON serialisation error + * Fix: Resizing an image with a focal point equal to the image size would result in a divide-by-zero error 0.8.1 (05.11.2014) diff --git a/docs/releases/0.8.2.rst b/docs/releases/0.8.2.rst index dae1bcd5d..7d043e541 100644 --- a/docs/releases/0.8.2.rst +++ b/docs/releases/0.8.2.rst @@ -17,3 +17,4 @@ Bug fixes * Added missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku) * Page system check for on_delete actions of ForeignKeys was throwing false positives when page class decends from an abstract class (Alejandro Giacometti) * Fixed a regression where form builder submissions containing a number field would fail with a JSON serialisation error + * Resizing an image with a focal point equal to the image size would result in a divide-by-zero error