From fc5e2ae03a11175e17be658574ea94e53dcb5862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 3 Jan 2018 17:50:51 +0200 Subject: [PATCH] Update CHANGELOG.md for 0.1.2 --- gst-plugin/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md index 85627c39e..e7d502106 100644 --- a/gst-plugin/CHANGELOG.md +++ b/gst-plugin/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.1.2] - 2018-01-03 +### Fixed +- BaseTransform::transform_caps() caps parameter is not owned when chainging + to the parent class' implementation either + ## [0.1.1] - 2018-01-03 ### Fixed - BaseTransform::transform_caps() caps parameter is not owned