File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ Changelog (Pillow)
3
3
==================
4
4
5
5
6.2.1 (2019-10-21)
6
- ------------------
6
+
7
+ - This is the last Pillow release to support Python 2.7 #3642
7
8
8
9
- Add support for Python 3.8 #4141
9
10
[hugovk]
10
11
11
12
6.2.0 (2019-10-01)
12
13
------------------
13
14
14
- - This is the last Pillow release to support Python 2.7 #3642
15
-
16
15
- Catch buffer overruns #4104
17
16
[radarhere]
18
17
Original file line number Diff line number Diff line change @@ -62,14 +62,6 @@ shared instance of ``Image.Exif``.
62
62
Deprecations
63
63
^^^^^^^^^^^^
64
64
65
- Python 2.7
66
- ~~~~~~~~~~
67
-
68
- Python 2.7 reaches end-of-life on 2020-01-01.
69
-
70
- Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
71
- 2.7, making Pillow 6.2.x the last release series to support Python 2.
72
-
73
65
Image.frombuffer
74
66
~~~~~~~~~~~~~~~~
75
67
Original file line number Diff line number Diff line change 1
1
6.2.1
2
2
-----
3
3
4
+ API Changes
5
+ ===========
6
+
7
+ Deprecations
8
+ ^^^^^^^^^^^^
9
+
10
+ Python 2.7
11
+ ~~~~~~~~~~
12
+
13
+ Python 2.7 reaches end-of-life on 2020-01-01.
14
+
15
+ Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
16
+ 2.7, making Pillow 6.2.x the last release series to support Python 2.
17
+
18
+ Other Changes
19
+ =============
20
+
21
+
22
+
4
23
Support added for Python 3.8
5
- ============================
24
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
25
7
26
Pillow 6.2.1 supports Python 3.8.
You can’t perform that action at this time.
0 commit comments