From 913dfdcdfc83a5e69a76bb65946fb6cc5572d161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 16 Dec 2022 11:43:16 +0200 Subject: [PATCH] Update CHANGELOG.md for 0.19.4 --- gstreamer/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index b105c6ec7..87c5f8f06 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.19.4] - 2022-12-16 +### Added +- Subclassing bindings for `gst_audio::AudioFilter`. + +### Fixed +- Various new clippy warnings. + +### Changed +- Update GStreamer .gir files to 1.21.3 release. + ## [0.19.3] - 2022-11-28 ### Added - `FromIterator` and `Extend` for `Caps`.