Changed reference to issue in changelog to a reference to the relevant PR [ci skip]

This commit is contained in:
Andrew Murray 2017-02-28 20:36:27 +11:00
parent 358ccfb80b
commit 052cb99ad4

View File

@ -18,7 +18,7 @@ Changelog (Pillow)
- Removed use of spaces in TIFF kwargs names, deprecated in 2.7 #1390 - Removed use of spaces in TIFF kwargs names, deprecated in 2.7 #1390
[radarhere] [radarhere]
- Removed deprecated ImageDraw setink, setfill, setfont methods #2220 - Removed deprecated ImageDraw setink, setfill, setfont methods #2220
[jdufresne] [jdufresne]
@ -33,25 +33,25 @@ Changelog (Pillow)
- Replaced broken URL to partners.adobe.com #2413 - Replaced broken URL to partners.adobe.com #2413
[radarhere] [radarhere]
- Removed unused private functions in setup.py and build_dep.py #2414 - Removed unused private functions in setup.py and build_dep.py #2414
[radarhere] [radarhere]
- Test: Fixed Qt tests for QT5 and saving 1 bit PNG #2394 - Test: Fixed Qt tests for QT5 and saving 1 bit PNG #2394
[wiredfool] [wiredfool]
- Test: docker builds for Arch and Debian Stretch #2394 - Test: docker builds for Arch and Debian Stretch #2394
[wiredfool] [wiredfool]
- Updated libwebp to 0.6.0 on appveyor #2395 - Updated libwebp to 0.6.0 on appveyor #2395
[radarhere] [radarhere]
- More explicit error message when saving to a file with invalid extension #2399 - More explicit error message when saving to a file with invalid extension #2399
[ces42] [ces42]
- Docs: Update some http urls to https #2403 - Docs: Update some http urls to https #2403
[hugovk] [hugovk]
- Preserve aux/alpha channels when performing Imagecms transforms #2355 - Preserve aux/alpha channels when performing Imagecms transforms #2355
[gunjambi] [gunjambi]
@ -316,7 +316,7 @@ Changelog (Pillow)
3.4.2 (2016-10-18) 3.4.2 (2016-10-18)
------------------ ------------------
- Fix Resample coefficient calculation #2161 - Fix Resample coefficient calculation #2162
[homm] [homm]