From ad0dbadc749c2dd68c172f1af9db93fc3d63bb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 13 Sep 2021 12:03:48 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.17.4 --- gstreamer/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index 73d1f823b..638626324 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,10 @@ 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.17.4] - 2021-09-13 +### Added +- Add constructor for device provider metadata. + ## [0.17.3] - 2021-08-23 ### Fixed - `gst::Value::deserialize()` takes the target type as parameter now. This is