9.2.0 ----- Backwards Incompatible Changes ============================== TODO ^^^^ Deprecations ============ PyQt5 and PySide2 ^^^^^^^^^^^^^^^^^ .. deprecated:: 9.2.0 `Qt 5 reached end-of-life `_ on 2020-12-08 for open-source users (and will reach EOL on 2023-12-08 for commercial licence holders). Support for PyQt5 and PySide2 has been deprecated from ``ImageQt`` and will be removed in Pillow 10 (2023-07-01). Upgrade to `PyQt6 `_ or `PySide6 `_ instead. FreeTypeFont.getmask2 fill parameter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. deprecated:: 9.2.0 The undocumented ``fill`` parameter of :py:meth:`.FreeTypeFont.getmask2` has been deprecated and will be removed in Pillow 10 (2023-07-01). Image.coerce_e ~~~~~~~~~~~~~~ .. deprecated:: 9.2.0 This undocumented method has been deprecated and will be removed in Pillow 10 (2023-07-01). API Changes =========== TODO ^^^^ TODO API Additions ============= TODO ^^^^ TODO Security ======== TODO ^^^^ TODO Other Changes ============= TODO ^^^^ TODO