Added removal version and date

This commit is contained in:
Andrew Murray 2024-08-01 16:29:46 +10:00
parent e6fd8359d3
commit 488e1982bd
2 changed files with 4 additions and 4 deletions

View File

@ -123,8 +123,8 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc
.. deprecated:: 11.0.0
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused, and have
been deprecated.
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They
have been deprecated, and will be removed in Pillow 12 (2025-10-15).
Removed features
----------------

View File

@ -55,8 +55,8 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc
.. deprecated:: 11.0.0
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused, and have
been deprecated.
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They
have been deprecated, and will be removed in Pillow 12 (2025-10-15).
API Changes
===========