mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
Update CHANGELOG.md for 0.1.1
This commit is contained in:
parent
3aa3d826c3
commit
8df8b68555
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue