mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-24 20:23:44 +00:00
Changelog for 1.0.3.
This commit is contained in:
parent
7e5491cc3e
commit
6f8ea4911c
1 changed files with 15 additions and 0 deletions
|
|
@ -1,6 +1,21 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
v1.0.3
|
||||||
|
------
|
||||||
|
|
||||||
|
- ``ImageSpec._create()`` was renamed ``ImageSpec.generate()`` and is now
|
||||||
|
available in the public API.
|
||||||
|
|
||||||
|
- Added an ``AutoConvert`` processor to encapsulate the trasnparency
|
||||||
|
handling logic.
|
||||||
|
|
||||||
|
- Refactored trasnaprency handling to be smarter, handleing a lot more of
|
||||||
|
the situations in which one would convert to or from formats that support
|
||||||
|
transparency.
|
||||||
|
|
||||||
|
- Fixed PIL zeroing out files when write mode is enabled.
|
||||||
|
|
||||||
v1.0.2
|
v1.0.2
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue