File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ 8.3.2
2
+ -----
3
+
4
+ Other Changes
5
+ =============
6
+
7
+ Python 3.10 wheels
8
+ ^^^^^^^^^^^^^^^^^^
9
+
10
+ Pillow now includes binary wheels for Python 3.10.
11
+
12
+ The Python 3.10 release candidate was released on 2021-08-03 with the final release due
13
+ 2021-10-04 (:pep: `619 `). The CPython core team strongly encourages maintainers of
14
+ third-party Python projects to prepare for 3.10 compatibility. And as there are `no ABI
15
+ changes `_ planned we are releasing wheels to help others prepare for 3.10, and ensure
16
+ Pillow can be used immediately on release day of 3.10.0 final.
17
+
18
+ Fixed regressions
19
+ ^^^^^^^^^^^^^^^^^
20
+
21
+ * Ensure TIFF ``RowsPerStrip `` is multiple of 8 for JPEG compression (:pr: `5588 `).
22
+
23
+ * Updates for :py:class: `~PIL.ImagePalette ` channel order (:pr: `5599 `).
24
+
25
+ * Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library (:pr: `5651 `).
26
+
27
+ .. _no ABI changes : https://www.python.org/downloads/release/python-3100rc1/
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ expected to be backported to earlier versions.
14
14
.. toctree ::
15
15
:maxdepth: 2
16
16
17
+ 8.3.2
17
18
8.3.1
18
19
8.3.0
19
20
8.2.0
You can’t perform that action at this time.
0 commit comments