gst-plugins-rs/gst-plugin/CHANGELOG.md

17 lines
657 B
Markdown
Raw Normal View History

2017-12-22 14:20:37 +00:00
# Changelog
All notable changes to this project will be documented in this file.
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).
2018-01-03 15:11:53 +00:00
## [0.1.1] - 2018-01-03
### Fixed
- BaseTransform::transform_caps() caps parameter is not owned
2017-12-22 14:20:37 +00:00
2018-01-03 15:11:53 +00:00
## [0.1.0] - 2017-12-22
2017-12-22 14:20:37 +00:00
- Initial release of the `gst-plugin` crate.
2018-01-03 15:11:53 +00:00
[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