Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2014-09-26 21:24:03 -07:00
parent 7ef73a2e6f
commit 8a766fc270

View File

@ -4,6 +4,18 @@ Changelog (Pillow)
2.6.0 (unreleased)
------------------
- Use redistributable image for testing #884
[hugovk]
- Use redistributable ICC profiles for testing, skip if not available #923
[wiredfool]
- Additional documentation for JPEG info and save options #890
[wiredfool]
- Fix JPEG Encoding memory leak when exif or qtables were specified
[wiredfool]
- Image.tobytes() and Image.tostring() documentation update #916 #917
[mgedmin]