Skip to content

Commit

Permalink
Changelog for fill operation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Aug 27, 2015
1 parent 217e962 commit c33ec77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Changelog
* Fix: The wagtailimages module is now compatible with remote storage backends that do not allow reopening closed files
* Fix: Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker)
* Fix: The `wagtailfrontendcache` module's HTTP backend has been rewritten to reliably direct requests to the configured cache hostname
* Fix: Resizing single pixel images with the "fill" filter no longer raises "ZeroDivisionError" or "tile cannot extend outside image"


1.0 (16.07.2015)
Expand Down
1 change: 1 addition & 0 deletions docs/releases/1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Bug fixes
* The ``wagtailimages`` module is now compatible with remote storage backends that do not allow reopening closed files
* Search no longer crashes when auto-indexing a model that doesn't have an ``id`` field
* The ``wagtailfrontendcache`` module's HTTP backend has been rewritten to reliably direct requests to the configured cache hostname
* Resizing single pixel images with the "fill" filter no longer raises "ZeroDivisionError" or "tile cannot extend outside image"


Upgrade considerations
Expand Down

0 comments on commit c33ec77

Please sign in to comment.