mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
Update CHANGELOG.md for 0.1.2
This commit is contained in:
parent
b9f6d9dc34
commit
fc5e2ae03a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue