From 0fb2f605b60b07f2895d1f6da170f5d091889702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Aug 2021 16:46:03 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.17.2 --- gstreamer/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index 85db980c8..b16f1247d 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.17.2] - 2021-08-05 + +### Fixed +- Various new clippy warnings. +- Compilation of `gstreamer-audio` on big-endian platforms. + +### Added +- Support for 1.20 `Gap` event `GapFlags`. +- Support for 1.20 `Structure::serialize()` / `Caps::serialize()`. + ## [0.17.1] - 2021-07-13 ### Fixed