Make a note

This commit is contained in:
Alex Clark 2013-03-13 22:23:08 -04:00
parent 2f684cf3a5
commit 5362a097ab

View File

@ -7,9 +7,6 @@ Changelog (Pillow)
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
[fluggo]
- Add WebP support.
[lqs]
- Add experimental Tiff G3/G4 support.
[wiredfool]
@ -25,6 +22,9 @@ Changelog (Pillow)
- Added support for PNG images with transparency palette.
[d-schmidt]
- Add WebP support (Python 2.x only, see: https://github.com/python-imaging/Pillow/issues/109)
[lqs]
- Many other bug fixes and enhancements by many other people (see commit log and/or docs/CONTRIBUTORS.txt).
1.7.8 (2012-11-01)