Changelog for fill operation fix

pull/1648/head
Karl Hobley 2015-08-27 11:24:29 +01:00
rodzic 217e9628c7
commit c33ec77150
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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