Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2016-08-06 22:30:02 +01:00 committed by GitHub
parent ffa18c8efd
commit ccba5572dc

View File

@ -4,6 +4,27 @@ Changelog (Pillow)
3.4.0 (unreleased) 3.4.0 (unreleased)
------------------ ------------------
- Fix image loading when rotating by 0 deg #2052
[homm]
- Add ImageOps.scale to expand or contract a PIL image by a factor #2011
[vlmath]
- Flake8 fixes #2050
[hugovk]
- Updated freetype to 2.6.5 on Appveyor builds #2035
[radarhere]
- PCX encoder fixes #2023, pr #2041
[homm]
- Docs: Windows console prompts are > #2031
[techtonik]
- Expose Pillow package version as PIL.__version__ #2027
[techtonik]
- Add Box and Hamming filters for resampling #1959 - Add Box and Hamming filters for resampling #1959
[homm] [homm]