Skip to content

Commit c9cf688

Browse files
committed
Removed ImageDraw.getdraw hints deprecation section
1 parent 756dd04 commit c9cf688

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/deprecations.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ Deprecated features
1212
Below are features which are considered deprecated. Where appropriate,
1313
a :py:exc:`DeprecationWarning` is issued.
1414

15-
ImageDraw.getdraw hints parameter
16-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17-
18-
.. deprecated:: 10.4.0
19-
20-
The ``hints`` parameter in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.
21-
2215
ExifTags.IFD.Makernote
2316
^^^^^^^^^^^^^^^^^^^^^^
2417

@@ -186,6 +179,7 @@ ICNS (width, height, scale) sizes
186179
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
187180

188181
.. deprecated:: 11.0.0
182+
.. versionremoved:: 12.0.0
189183

190184
Setting an ICNS image size to ``(width, height, scale)`` before loading has been
191185
removed. Instead, ``load(scale)`` can be used.

0 commit comments

Comments
 (0)