Fixed typo [ci skip]

This commit is contained in:
Andrew Murray 2017-08-17 19:27:28 +10:00
parent 52e9c83176
commit dbdef3f90d

View File

@ -39,14 +39,14 @@ Changelog (Pillow)
- Storage cleanup #2654 - Storage cleanup #2654
[homm] [homm]
- FLI: Use frame count from FLI header #2674 - FLI: Use frame count from FLI header #2674
[radarhere] [radarhere]
- Test: Test animated FLI file #2650 - Test: Test animated FLI file #2650
[hugovk] [hugovk]
- Bug: Fixed uninitalized memory in bc5 decoding #2648 - Bug: Fixed uninitialized memory in bc5 decoding #2648
[ifeherva] [ifeherva]
- Moved SgiImagePlugin save error to before the start of write operations #2646 - Moved SgiImagePlugin save error to before the start of write operations #2646
@ -75,13 +75,13 @@ Changelog (Pillow)
- Docs: Corrected alpha_composite args documentation #2627 - Docs: Corrected alpha_composite args documentation #2627
[radarhere] [radarhere]
- Docs: added the description of the filename attribute to images.rst #2621 - Docs: added the description of the filename attribute to images.rst #2621
[dasdachs] [dasdachs]
- Dependencies: Updated libimagequant to 2.10.1 #2616 - Dependencies: Updated libimagequant to 2.10.1 #2616
[radarhere] [radarhere]
- PDF: Renamed parameter to not shadow built-in dict #2612 - PDF: Renamed parameter to not shadow built-in dict #2612
[kijeong] [kijeong]
@ -99,13 +99,13 @@ Changelog (Pillow)
- CI: Amazon Linux and Centos6 docker images added to TravisCI #2585 - CI: Amazon Linux and Centos6 docker images added to TravisCI #2585
[wiredfool] [wiredfool]
- Image.alpha_composite added #2595 - Image.alpha_composite added #2595
[wiredfool] [wiredfool]
- Complex Text Support #2576 - Complex Text Support #2576
[ShamsaHamed, Fahad-Alsaidi, wiredfool] [ShamsaHamed, Fahad-Alsaidi, wiredfool]
- Added threshold parameter to ImageDraw.floodfill #2599 - Added threshold parameter to ImageDraw.floodfill #2599
[nediamond] [nediamond]
@ -117,19 +117,19 @@ Changelog (Pillow)
- Specify Pillow Version in one place #2517 - Specify Pillow Version in one place #2517
[wiredfool] [wiredfool]
- CI: Change the owner of the TRAVIS_BUILD_DIR, fixing broken docker runs #2587 - CI: Change the owner of the TRAVIS_BUILD_DIR, fixing broken docker runs #2587
[wiredfool] [wiredfool]
- Fix truncated PNG loading for some images, Fix memory leak on truncated PNG images. #2541, #2598 - Fix truncated PNG loading for some images, Fix memory leak on truncated PNG images. #2541, #2598
[homm] [homm]
- Add decompression bomb check to Image.crop #2410 - Add decompression bomb check to Image.crop #2410
[wiredfool] [wiredfool]
- ImageFile: Ensure that the `err_code` variable is initialized in case of exception. #2363 - ImageFile: Ensure that the `err_code` variable is initialized in case of exception. #2363
[alexkiro] [alexkiro]
- Tiff: Support append_images for saving multipage TIFFs #2406 - Tiff: Support append_images for saving multipage TIFFs #2406
[blochl] [blochl]
@ -144,16 +144,16 @@ Changelog (Pillow)
- Remove deprecated code #2549 - Remove deprecated code #2549
[hugovk] [hugovk]
- Added append_images to PDF saving #2526 - Added append_images to PDF saving #2526
[radarhere] [radarhere]
- Remove unused function core image function new_array #2548 - Remove unused function core image function new_array #2548
[hugovk] [hugovk]
- Remove unnecessary calls to dict.keys() #2551 - Remove unnecessary calls to dict.keys() #2551
[jdufresne] [jdufresne]
- Add more ImageDraw.py tests and remove unused Draw.c code #2533 - Add more ImageDraw.py tests and remove unused Draw.c code #2533
[hugovk] [hugovk]
@ -180,7 +180,7 @@ Changelog (Pillow)
- Remove 'not yet implemented' methods from PIL 1.1.4 #2538 - Remove 'not yet implemented' methods from PIL 1.1.4 #2538
[hugovk] [hugovk]
- Dependencies: Update FreeType to 2.8, LibTIFF to 4.0.8 and libimagequant to 2.9.1 #2535 #2537 #2540 - Dependencies: Update FreeType to 2.8, LibTIFF to 4.0.8 and libimagequant to 2.9.1 #2535 #2537 #2540
[radarhere] [radarhere]