Add history [ci skip]

This commit is contained in:
Alex Clark 2013-10-24 06:07:57 -04:00
parent b57d68e993
commit 3aa703a9fa

View File

@ -4,6 +4,9 @@ Changelog (Pillow)
2.3.0 (2014-01-01)
------------------
- Take compression as an option in the save call for tiffs
[wiredfool]
- Add support for saving lossless WebP. Just pass 'lossless=True' to save()
[liftoff]