Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 29, 2022
1 parent b0313ee commit 6d224b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

1.3.0 (unreleased)
------------------
1.3.0 (Oct 29, 2022)
--------------------

* **Changed**: Default ``quality`` changed to 75 (was previously 90)
* **Changed**: Default ``speed`` changed to 6 (was previously 8)
Expand All @@ -12,9 +12,9 @@ Changelog
* **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 raises UnidentifiedImageError, not ValueError. Fixes `#19`_.
now raise UnidentifiedImageError, not ValueError. Fixes `#19`_.
* **CI**: manylinux2014 aarch64 wheels
* **CI**: bundle libyuv and libsharpyuv
* **CI**: bundle libyuv
* **CI**: Python 3.11 wheels
* **CI**: Update bundled libraries (see table below, changes from previous
release in bold)
Expand Down

0 comments on commit 6d224b2

Please sign in to comment.