@@ -7,13 +7,37 @@ Changelog (Pillow)
77
88- This is the last Pillow release to support Python 2.7 #3642
99
10+ - Lazily use ImageFileDirectory_v1 values from Exif #4031
11+ [radarhere]
12+
13+ - Improved HSV conversion #4004
14+ [radarhere]
15+
16+ - Added text stroking #3978
17+ [radarhere, hugovk]
18+
19+ - No more deprecated bdist_wininst .exe installers #4029
20+ [hugovk]
21+
22+ - Do not allow floodfill to extend into negative coordinates #4017
23+ [radarhere]
24+
25+ - Fixed arc drawing bug for a non-whole number of degrees #4014
26+ [radarhere]
27+
28+ - Fix bug when merging identical images to GIF with a list of durations #4003
29+ [djy0, radarhere]
30+
31+ - Fix bug in TIFF loading of BufferedReader #3998
32+ [chadawagner]
33+
1034- Added fallback for finding ld on MinGW Cygwin #4019
1135 [radarhere]
1236
1337- Remove indirect dependencies from requirements.txt #3976
1438 [hugovk]
1539
16- - Depends: Update libwebp to 1.0.3 #3983, libimagequant to 2.12.5 #3993
40+ - Depends: Update libwebp to 1.0.3 #3983, libimagequant to 2.12.5 #3993, freetype to 2.10.1 #3991
1741 [radarhere]
1842
1943- Change overflow check to use PY_SSIZE_T_MAX #3964
@@ -64,7 +88,7 @@ Changelog (Pillow)
6488- Updated TIFF tile descriptors to match current decoding functionality #3795
6589 [dmnisson]
6690
67- - Added an `image.entropy() ` method (second revision) #3608
91+ - Added an `` image.entropy() ` ` method (second revision) #3608
6892 [fish2000]
6993
7094- Pass the correct types to PyArg_ParseTuple #3880
@@ -700,7 +724,7 @@ Changelog (Pillow)
700724- Enable background colour parameter on rotate #3057
701725 [storesource]
702726
703- - Remove unnecessary `#if 1 ` directive #3072
727+ - Remove unnecessary `` #if 1 ` ` directive #3072
704728 [jdufresne]
705729
706730- Remove unused Python class, Path #3070
@@ -1237,7 +1261,7 @@ Changelog (Pillow)
12371261- Add decompression bomb check to Image.crop #2410
12381262 [wiredfool]
12391263
1240- - ImageFile: Ensure that the `err_code ` variable is initialized in case of exception. #2363
1264+ - ImageFile: Ensure that the `` err_code ` ` variable is initialized in case of exception. #2363
12411265 [alexkiro]
12421266
12431267- Tiff: Support append_images for saving multipage TIFFs #2406
@@ -1474,7 +1498,7 @@ Changelog (Pillow)
14741498- Removed PIL 1.0 era TK readme that concerns Windows 95/NT #2360
14751499 [wiredfool]
14761500
1477- - Prevent `nose -v ` printing docstrings #2369
1501+ - Prevent `` nose -v ` ` printing docstrings #2369
14781502 [hugovk]
14791503
14801504- Replaced absolute PIL imports with relative imports #2349
@@ -1919,7 +1943,7 @@ Changelog (Pillow)
19191943- Changed depends/install_*.sh urls to point to github pillow-depends repo #1983
19201944 [wiredfool]
19211945
1922- - Allow ICC profile from `encoderinfo ` while saving PNGs #1909
1946+ - Allow ICC profile from `` encoderinfo ` ` while saving PNGs #1909
19231947 [homm]
19241948
19251949- Fix integer overflow on ILP32 systems (32-bit Linux). #1975
@@ -2362,7 +2386,7 @@ Changelog (Pillow)
23622386- Added PDF multipage saving #1445
23632387 [radarhere]
23642388
2365- - Removed deprecated code, Image.tostring, Image.fromstring, Image.offset, ImageDraw.setink, ImageDraw.setfill, ImageFileIO, ImageFont.FreeTypeFont and ImageFont.truetype `file ` kwarg, ImagePalette private _make functions, ImageWin.fromstring and ImageWin.tostring #1343
2389+ - Removed deprecated code, Image.tostring, Image.fromstring, Image.offset, ImageDraw.setink, ImageDraw.setfill, ImageFileIO, ImageFont.FreeTypeFont and ImageFont.truetype `` file ` ` kwarg, ImagePalette private _make functions, ImageWin.fromstring and ImageWin.tostring #1343
23662390 [radarhere]
23672391
23682392- Load more broken images #1428
@@ -2854,7 +2878,7 @@ Changelog (Pillow)
28542878- Doc cleanup
28552879 [wiredfool]
28562880
2857- - Fix `ImageStat ` docs #796
2881+ - Fix `` ImageStat ` ` docs #796
28582882 [akx]
28592883
28602884- Added docs for ExifTags #794
@@ -3291,7 +3315,7 @@ Changelog (Pillow)
32913315- Add RGBA support to ImageColor #309
32923316 [yoavweiss]
32933317
3294- - Test for `str `, not `"utf-8" ` #306 (fixes #304)
3318+ - Test for `` str `` , not `` "utf-8" ` ` #306 (fixes #304)
32953319 [mjpieters]
32963320
32973321- Fix missing import os in _util.py #303
@@ -3397,7 +3421,7 @@ Changelog (Pillow)
33973421
33983422- Partial work to add a wrapper for WebPGetFeatures to correctly support #220 (fixes #204)
33993423
3400- - Significant performance improvement of `alpha_composite ` function #156
3424+ - Significant performance improvement of `` alpha_composite ` ` function #156
34013425 [homm]
34023426
34033427- Support explicitly disabling features via --disable-* options #240
0 commit comments