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
8 changes: 7 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ All contributors (by number of commits):
- Dan Allan <[email protected]>; `@danielballan <https://github.com/danielballan>`_
- Moonsik Park <[email protected]>
- Santtu Keskinen <[email protected]>
- velsinki <[email protected]>
- Curtis Doty <[email protected]>
- Christoph Rackwitz <[email protected]>
- David Plowman <[email protected]>
- Alireza Davoudi <[email protected]>; `@adavoudi <https://github.com/adavoudi>`_
Expand All @@ -43,25 +45,29 @@ All contributors (by number of commits):
* zzjjbb <[email protected]>
* Joe Schiff <[email protected]>
* Dexer <[email protected]>
* DE-AI <[email protected]>
* rutsh <[email protected]>
* Felix Vollmer <[email protected]>
* Santiago Castro <[email protected]>
* Christian Clauss <[email protected]>
* Ihor Liubymov <[email protected]>
* Johannes Erdfelt <[email protected]>
* Karl Litterfeldt <[email protected]>; `@litterfeldt <https://github.com/litterfeldt>`_
* Kim Minjong <[email protected]>
* Martin Larralde <[email protected]>
* Simon-Martin Schröder <[email protected]>
* Matteo Destro <[email protected]>
* mephi42 <[email protected]>
* Miles Kaufmann <[email protected]>
* Nathan Goldbaum <[email protected]>
* Pablo Prietz <[email protected]>
* Andrew Wason <[email protected]>
* Radek Senfeld <[email protected]>; `@radek-senfeld <https://github.com/radek-senfeld>`_
* robinechuca <[email protected]>
* Benjamin Chrétien <[email protected]>
* davidplowman <[email protected]>
* Hanz <[email protected]>
* Kesh Ikuma <[email protected]>
* Artturin <[email protected]>
* Ian Lee <[email protected]>
* Ryan Huang <[email protected]>
Expand All @@ -76,8 +82,8 @@ All contributors (by number of commits):
* henri-gasc <[email protected]>
* Jonathan Martin <[email protected]>
* Johan Jeppsson Karlin <[email protected]>
* Kian-Meng Ang <[email protected]>
* Philipp Klaus <[email protected]>
* Kim Minjong <[email protected]>
* Marcell Pardavi <[email protected]>
* Matteo Destro <[email protected]>
* Mattias Wadman <[email protected]>
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,24 @@ We are operating with `semantic versioning <https://semver.org>`_.

v16.0.0
-------
(unreleased)

Major:

- Drop Python 3.9, Support Python 3.14.
- Drop support for i686 Linux.

Features:
- Declare free-threaded support and support 3.13t by :gh-user:`ngoldbaum` in (:pr:`2005`).

- Add ``Filter.Context.process_command()`` method by :gh-user:`caffeinism` in (:pr:`2000`).
- Add packet side-data handling mechanism by :gh-user:`tikuma-lsuhsc ` in (:pr:`2003`).
- Implemented set_chapters method by :gh-user:`DE-AI` in (:pr:`2004`).
- Declare free-threaded support and support 3.13t by :gh-user:`ngoldbaum` in (:pr:`2005`).
- Add writable and copyable attachment and data streams by :gh-user:`skeskinen` in (:pr:`2026`).

Fixes:

- Declare free-threaded support and support 3.13t by :gh-user:`ngoldbaum` in (:pr:`2005`).
- Allow ``None`` in ``FilterContext.push()`` type stub by :gh-user:`velsinki` in (:pr:`2015`).
- Fix typos

v15.1.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__ = "15.1.0"
__version__ = "16.0.0"
Loading