9.2.0 ----- Backwards Incompatible Changes ============================== TODO ^^^^ Deprecations ============ PyQt5 and PySide2 ^^^^^^^^^^^^^^^^^ .. deprecated:: 9.2.0 `Qt 5 reached end-of-life <https://www.qt.io/blog/qt-5.15-released>`_ 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 <https://www.riverbankcomputing.com/static/Docs/PyQt6/>`_ or `PySide6 <https://doc.qt.io/qtforpython/>`_ 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