From a37c21e136fbd0398a9f767b0cc7ac910ce67daf Mon Sep 17 00:00:00 2001 From: nulano Date: Thu, 30 Jun 2022 15:29:09 +0200 Subject: [PATCH] document planned removal date for ImageFont deprecations and release notes --- docs/deprecations.rst | 3 +++ docs/releasenotes/9.2.0.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index a0289bb24..9be92770a 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -183,6 +183,9 @@ Font size and offset methods .. deprecated:: 9.2.0 +Several functions for computing the size and offset of rendered text +have been deprecated and will be removed in Pillow 10 (2023-07-01): + =========================================================================== ============================================================================================================= Deprecated Use instead =========================================================================== ============================================================================================================= diff --git a/docs/releasenotes/9.2.0.rst b/docs/releasenotes/9.2.0.rst index bd6b767e7..9c102f177 100644 --- a/docs/releasenotes/9.2.0.rst +++ b/docs/releasenotes/9.2.0.rst @@ -45,6 +45,9 @@ Font size and offset methods .. deprecated:: 9.2.0 +Several functions for computing the size and offset of rendered text +have been deprecated and will be removed in Pillow 10 (2023-07-01): + =========================================================================== ============================================================================================================= Deprecated Use instead =========================================================================== =============================================================================================================