diff --git a/docs/deprecations.rst b/docs/deprecations.rst index a84a9fe3654..4d48b822a85 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -76,8 +76,9 @@ A number of constants have been deprecated and will be removed in Pillow 10.0.0 .. note:: - Additional ``Image`` constants were deprecated in Pillow 9.1.0, but they - were later restored in Pillow 9.4.0. See :ref:`restored-image-constants` + Additional ``Image`` constants were deprecated in Pillow 9.1.0, but that + was reversed in Pillow 9.4.0 and those constants will now remain available. + See :ref:`restored-image-constants` ===================================================== ============================================================ Deprecated Use instead diff --git a/docs/releasenotes/9.4.0.rst b/docs/releasenotes/9.4.0.rst index 20a5afa6347..2b111d5e429 100644 --- a/docs/releasenotes/9.4.0.rst +++ b/docs/releasenotes/9.4.0.rst @@ -115,8 +115,8 @@ format, known as "luminance" textures. Constants ^^^^^^^^^ -In Pillow 9.1.0, the following constants were deprecated. Those deprecations have now -been restored. +In Pillow 9.1.0, the following constants were deprecated. That has been reversed and +these constants will now remain available. - ``Image.NONE`` - ``Image.NEAREST``