diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2f0bd681c..ead5b6a74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,16 +17,16 @@ We are operating with `semantic versioning `_. are merged into the "default" branch. -v14.1.0 (Unreleased) --------------------- +v14.1.0 +------- -Features +Features: - Add hardware decoding by :gh-user:`matthewlai` and :gh-user:`WyattBlue` in (:pr:`1685`). - Add ``Stream.disposition`` and ``Disposition`` enum by :gh-user:`WyattBlue` in (:pr:`1720`). - Add ``VideoFrame.rotation`` by :gh-user:`lgeiger` in (:pr:`1675`). - Support grayf32le and gbrapf32le in numpy convertion by :gh-user:`robinechuca` in (:pr:`1712`). - +- Support yuv[a]p16 formats in numpy convertion by :gh-user:`robinechuca` in (:pr:`1722`). v14.0.1 -------