File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 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.
1414.. toctree ::
1515 :maxdepth: 2
1616
17+ 8.3.2
1718 8.3.1
1819 8.3.0
1920 8.2.0
You can’t perform that action at this time.
0 commit comments