Merged two changelog entries [ci skip]

This commit is contained in:
Andrew Murray 2016-12-25 00:33:17 +11:00
parent 0cfd2caa0c
commit a7b6b197eb

View File

@ -4,9 +4,6 @@ Changelog (Pillow)
3.5.0 (unreleased) 3.5.0 (unreleased)
------------------ ------------------
- Update libwebp to 0.5.2 #2302
[radarhere]
- PyPy: Buffer interface workaround #2294 - PyPy: Buffer interface workaround #2294
[wiredfool] [wiredfool]
@ -29,7 +26,7 @@ Changelog (Pillow)
- Removed depreciated internal "stretch" method #2276 - Removed depreciated internal "stretch" method #2276
[homm] [homm]
- Removed the handles_eof flag in decode.c #2223 - Removed the handles_eof flag in decode.c #2223
[wiredfool] [wiredfool]
@ -52,20 +49,20 @@ Changelog (Pillow)
[lambdafu] [lambdafu]
- Test: Fix bug in test_ifd_rational_save when libtiff is not available #2270 - Test: Fix bug in test_ifd_rational_save when libtiff is not available #2270
[ChristopherHogan] [ChristopherHogan]
- ICO: Only save relevant sizes #2267 - ICO: Only save relevant sizes #2267
[hugovk] [hugovk]
- ICO: Allow saving .ico files of 256x256 instead of 255x255 #2265 - ICO: Allow saving .ico files of 256x256 instead of 255x255 #2265
[hugovk] [hugovk]
- Fix TIFFImagePlugin ICC color profile saving. #2087 - Fix TIFFImagePlugin ICC color profile saving. #2087
[cskau] [cskau]
- Doc: Improved description of ImageOps.deform resample parameter #2256 - Doc: Improved description of ImageOps.deform resample parameter #2256
[radarhere] [radarhere]
- EMF: support negative bounding box coordinates #2249 - EMF: support negative bounding box coordinates #2249
[glexey] [glexey]
@ -81,7 +78,7 @@ Changelog (Pillow)
- Use minimal scale for jpeg drafts #2240 - Use minimal scale for jpeg drafts #2240
[homm] [homm]
- Updated dependency scripts to use Webp 0.5.1, OpenJpeg 2.1.2, and TclTk 8.6.6 #2235, #2236, #2237 - Updated dependency scripts to use Webp 0.5.2, OpenJpeg 2.1.2, and TclTk 8.6.6 #2235, #2236, #2237, #2302
[radarhere] [radarhere]
- Fix "invalid escape sequence" bytestring warnings in Python 3.6 #2186 - Fix "invalid escape sequence" bytestring warnings in Python 3.6 #2186
@ -101,10 +98,10 @@ Changelog (Pillow)
- Use a context manager in ImageFont._load_pilfont() to ensure file is always closed #2232 - Use a context manager in ImageFont._load_pilfont() to ensure file is always closed #2232
[jdufresne] [jdufresne]
- Use generator expressions instead of list comprehension #2225 - Use generator expressions instead of list comprehension #2225
[jdufresne] [jdufresne]
- Close file after reading in ImagePalette.load() #2215 - Close file after reading in ImagePalette.load() #2215
[jdufresne] [jdufresne]
@ -130,7 +127,7 @@ Changelog (Pillow)
[garbas] [garbas]
- Search for tkinter first in builtins #2210 - Search for tkinter first in builtins #2210
[matthew-brett] [matthew-brett]
- Tests: Replace try/except/fail pattern with TestCase.assertRaises() #2200 - Tests: Replace try/except/fail pattern with TestCase.assertRaises() #2200
[jdufresne] [jdufresne]
@ -143,7 +140,7 @@ Changelog (Pillow)
- Doc: Move ICO out of the list of read-only file formats #2180 - Doc: Move ICO out of the list of read-only file formats #2180
[alexwlchan] [alexwlchan]
- Doc: Fix formatting, too-short title underlines and malformed table #2175 - Doc: Fix formatting, too-short title underlines and malformed table #2175
[hugovk] [hugovk]