release note for #797

This commit is contained in:
Matt Westcott 2014-11-12 11:25:06 +00:00
parent 8709be6ea4
commit 5a658a173d
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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