--------------------
* **Changed**: Default ``quality`` changed to 75 (was previously 90)
* **Changed**: Default ``speed`` changed to 6 (was previously 8)
* **Added**: autotiling feature (default ``True`` if ``tile_rows`` and
``tile_cols`` are unset, can be disabled with ``autotiling=False`` passed to
``save()``).
* **Fixed**: ``tile_cols`` encoder setting (the ``save()`` method was using
the value passed to ``tile_rows`` instead)
* **Fixed**: Attempts to open non-AV1 images in HEIF containers (e.g. HEIC)
now raise UnidentifiedImageError, not ValueError. Fixes `19`_.
* **CI**: manylinux2014 aarch64 wheels
* **CI**: bundle libyuv
* **CI**: Python 3.11 wheels
* **CI**: Update bundled libraries (see table below, changes from previous
release in bold)
.. _19: https://github.com/fdintino/pillow-avif-plugin/issues/19
.. table::
=========== ==========
**libavif** **0.11.0**
**libaom** **3.5.0**
**dav1d** **1.0.0**
**SVT-AV1** **1.3.0**
rav1e 0.5.1
=========== ==========