From 833c8a0e85a994d0786dcd74effe3e359de41903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 9 May 2018 12:27:30 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.2.1 --- gst-plugin/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md index 1f0bb5cb..4464835f 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.2.1] - 2018-05-09 +### Fixed +- Fix memory leak in ElementClass::add_pad_template() related to floating + reference handling. + ## [0.2.0] - 2018-03-20 ### Changed - Update to gstreamer-rs 0.11