From bb94064e11c5005ceb5d3170ecdc8444e73eac43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 24 Jan 2022 16:45:55 +0200 Subject: [PATCH] Update CHANGELOG.md for 0.18.2 --- gstreamer/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index 8ba5eb31d..4bc911baa 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,11 @@ 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.18.2] - 2022-01-24 +### Added +- `glib::FromValue` for mini object references. +- Bindings for `gst::DebugCategory::get_line()`. + ## [0.18.1] - 2022-01-18 ### Fixed - `Message::view()` also handles the redirect message now.