Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ We are operating with `semantic versioning <https://semver.org>`_.
Note that they these tags will not actually close the issue/PR until they
are merged into the "default" branch.

v14.4.0
-------

Features:

- Expose the duration field for frames by :gh-user:`Queuecumber` in (:pr:`1880`).
- Add support for BGR48 and BGRA64 pixel formats by :gh-user:`z-khan` in (:pr:`1873`).

Fixes:

- Fix security vulnerabilities in binary wheels by :gh-user:`jlaine` in (:pr:`1896`).

v14.3.0
-------
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "14.3.0"
__version__ = "14.4.0"
Loading