mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Pillow 6.2.1 is the last to support Python 2.7
This commit is contained in:
parent
39d26d3f90
commit
6e0f07bbe3
|
@ -3,7 +3,8 @@ Changelog (Pillow)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
6.2.1 (2019-10-21)
|
6.2.1 (2019-10-21)
|
||||||
------------------
|
|
||||||
|
- This is the last Pillow release to support Python 2.7 #3642
|
||||||
|
|
||||||
- Add support for Python 3.8 #4141
|
- Add support for Python 3.8 #4141
|
||||||
[hugovk]
|
[hugovk]
|
||||||
|
@ -11,8 +12,6 @@ Changelog (Pillow)
|
||||||
6.2.0 (2019-10-01)
|
6.2.0 (2019-10-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- This is the last Pillow release to support Python 2.7 #3642
|
|
||||||
|
|
||||||
- Catch buffer overruns #4104
|
- Catch buffer overruns #4104
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
|
|
@ -62,14 +62,6 @@ shared instance of ``Image.Exif``.
|
||||||
Deprecations
|
Deprecations
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
Python 2.7
|
|
||||||
~~~~~~~~~~
|
|
||||||
|
|
||||||
Python 2.7 reaches end-of-life on 2020-01-01.
|
|
||||||
|
|
||||||
Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
|
|
||||||
2.7, making Pillow 6.2.x the last release series to support Python 2.
|
|
||||||
|
|
||||||
Image.frombuffer
|
Image.frombuffer
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,26 @@
|
||||||
6.2.1
|
6.2.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
API Changes
|
||||||
|
===========
|
||||||
|
|
||||||
|
Deprecations
|
||||||
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Python 2.7
|
||||||
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
Python 2.7 reaches end-of-life on 2020-01-01.
|
||||||
|
|
||||||
|
Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
|
||||||
|
2.7, making Pillow 6.2.x the last release series to support Python 2.
|
||||||
|
|
||||||
|
Other Changes
|
||||||
|
=============
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Support added for Python 3.8
|
Support added for Python 3.8
|
||||||
============================
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Pillow 6.2.1 supports Python 3.8.
|
Pillow 6.2.1 supports Python 3.8.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user