mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 10:56:18 +03:00
42 lines
567 B
ReStructuredText
42 lines
567 B
ReStructuredText
|
8.4.0
|
||
|
-----
|
||
|
|
||
|
API Changes
|
||
|
===========
|
||
|
|
||
|
Deprecations
|
||
|
^^^^^^^^^^^^
|
||
|
|
||
|
ImagePalette size parameter
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
The ``size`` parameter will be removed in Pillow 10.0.0 (2023-01-02).
|
||
|
|
||
|
Before Pillow 8.3.0, ``ImagePalette`` required palette data of particular lengths by
|
||
|
default, and the size parameter could be used to override that. Pillow 8.3.0 removed
|
||
|
the default required length, also removing the need for the size parameter.
|
||
|
|
||
|
API Additions
|
||
|
=============
|
||
|
|
||
|
TODO
|
||
|
^^^^
|
||
|
|
||
|
TODO
|
||
|
|
||
|
Security
|
||
|
========
|
||
|
|
||
|
TODO
|
||
|
^^^^
|
||
|
|
||
|
TODO
|
||
|
|
||
|
Other Changes
|
||
|
=============
|
||
|
|
||
|
TODO
|
||
|
^^^^
|
||
|
|
||
|
TODO
|