mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
Updated Changes.rst [ci skip]
This commit is contained in:
parent
d3cdaabf7c
commit
d1b25850f0
18
CHANGES.rst
18
CHANGES.rst
|
@ -4,6 +4,24 @@ Changelog (Pillow)
|
||||||
3.5.0 (unreleased)
|
3.5.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Fix "invalid escape sequence" bytestring warnings in Python 3.6 #2186
|
||||||
|
[timgraham]
|
||||||
|
|
||||||
|
- Removed support for Python 2.6 and Python 3.2 #2192
|
||||||
|
[jdufresne]
|
||||||
|
|
||||||
|
- Setup: Raise custom exceptions when required/requested dependencies are not found #2213
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
|
- Use a context manager in FontFile.save() to ensure file is always closed #2226
|
||||||
|
[jdufresne]
|
||||||
|
|
||||||
|
- Fixed bug in saving to fp-objects in Python >= 3.4 #2227
|
||||||
|
[radarhere]
|
||||||
|
|
||||||
|
- Use a context manager in ImageFont._load_pilfont() to ensure file is always closed #2232
|
||||||
|
[jdufresne]
|
||||||
|
|
||||||
- Use generator expressions instead of list comprehension #2225
|
- Use generator expressions instead of list comprehension #2225
|
||||||
[jdufresne]
|
[jdufresne]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user