mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Fixed typo [ci skip]
This commit is contained in:
parent
52e9c83176
commit
dbdef3f90d
28
CHANGES.rst
28
CHANGES.rst
|
@ -39,14 +39,14 @@ Changelog (Pillow)
|
|||
|
||||
- Storage cleanup #2654
|
||||
[homm]
|
||||
|
||||
|
||||
- FLI: Use frame count from FLI header #2674
|
||||
[radarhere]
|
||||
|
||||
- Test: Test animated FLI file #2650
|
||||
[hugovk]
|
||||
|
||||
- Bug: Fixed uninitalized memory in bc5 decoding #2648
|
||||
- Bug: Fixed uninitialized memory in bc5 decoding #2648
|
||||
[ifeherva]
|
||||
|
||||
- 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
|
||||
[radarhere]
|
||||
|
||||
|
||||
- Docs: added the description of the filename attribute to images.rst #2621
|
||||
[dasdachs]
|
||||
|
||||
- Dependencies: Updated libimagequant to 2.10.1 #2616
|
||||
[radarhere]
|
||||
|
||||
|
||||
- PDF: Renamed parameter to not shadow built-in dict #2612
|
||||
[kijeong]
|
||||
|
||||
|
@ -99,13 +99,13 @@ Changelog (Pillow)
|
|||
|
||||
- CI: Amazon Linux and Centos6 docker images added to TravisCI #2585
|
||||
[wiredfool]
|
||||
|
||||
|
||||
- Image.alpha_composite added #2595
|
||||
[wiredfool]
|
||||
|
||||
|
||||
- Complex Text Support #2576
|
||||
[ShamsaHamed, Fahad-Alsaidi, wiredfool]
|
||||
|
||||
|
||||
- Added threshold parameter to ImageDraw.floodfill #2599
|
||||
[nediamond]
|
||||
|
||||
|
@ -117,19 +117,19 @@ Changelog (Pillow)
|
|||
|
||||
- Specify Pillow Version in one place #2517
|
||||
[wiredfool]
|
||||
|
||||
|
||||
- CI: Change the owner of the TRAVIS_BUILD_DIR, fixing broken docker runs #2587
|
||||
[wiredfool]
|
||||
|
||||
- Fix truncated PNG loading for some images, Fix memory leak on truncated PNG images. #2541, #2598
|
||||
[homm]
|
||||
|
||||
|
||||
- Add decompression bomb check to Image.crop #2410
|
||||
[wiredfool]
|
||||
|
||||
- ImageFile: Ensure that the `err_code` variable is initialized in case of exception. #2363
|
||||
[alexkiro]
|
||||
|
||||
|
||||
- Tiff: Support append_images for saving multipage TIFFs #2406
|
||||
[blochl]
|
||||
|
||||
|
@ -144,16 +144,16 @@ Changelog (Pillow)
|
|||
|
||||
- Remove deprecated code #2549
|
||||
[hugovk]
|
||||
|
||||
|
||||
- Added append_images to PDF saving #2526
|
||||
[radarhere]
|
||||
|
||||
|
||||
- Remove unused function core image function new_array #2548
|
||||
[hugovk]
|
||||
|
||||
- Remove unnecessary calls to dict.keys() #2551
|
||||
[jdufresne]
|
||||
|
||||
|
||||
- Add more ImageDraw.py tests and remove unused Draw.c code #2533
|
||||
[hugovk]
|
||||
|
||||
|
@ -180,7 +180,7 @@ Changelog (Pillow)
|
|||
|
||||
- Remove 'not yet implemented' methods from PIL 1.1.4 #2538
|
||||
[hugovk]
|
||||
|
||||
|
||||
- Dependencies: Update FreeType to 2.8, LibTIFF to 4.0.8 and libimagequant to 2.9.1 #2535 #2537 #2540
|
||||
[radarhere]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user