Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-01-03 18:11:53 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-01-03 18:13:26 +0300
commit8df8b68555cb0e9e181d0a621a71ee07d5a697d4 (patch)
treeca9fb4235b091fa0f81ab0278942422a4d31e7de /gst-plugin/CHANGELOG.md
parent3aa3d826c33c8f86c9370971ec02975589c76aa4 (diff)
Update CHANGELOG.md for 0.1.1
Diffstat (limited to 'gst-plugin/CHANGELOG.md')
-rw-r--r--gst-plugin/CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md
index cb7fbbb2..85627c39 100644
--- a/gst-plugin/CHANGELOG.md
+++ b/gst-plugin/CHANGELOG.md
@@ -5,8 +5,12 @@ 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.0] - 2017-12-22
+## [0.1.1] - 2018-01-03
+### Fixed
+- BaseTransform::transform_caps() caps parameter is not owned
+## [0.1.0] - 2017-12-22
- Initial release of the `gst-plugin` crate.
-[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.1.0...HEAD
+[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.1.1...HEAD
+[0.1.0]: https://github.com/sdroege/gstreamer-rs/compare/0.1.0...0.1.1