mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 05:51:01 +00:00
Update CHANGELOG.md for 0.3.1
This commit is contained in:
parent
66366ce024
commit
8081c319c2
1 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,10 @@ 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.3.1] - 2018-11-19
|
||||
### Fixed
|
||||
- Override vfuncs of all parent classes correctly.
|
||||
|
||||
## [0.3.0] - 2018-09-08
|
||||
### Added
|
||||
- Support for subclassing pads, ghost pads, aggregator and aggregator pads
|
||||
|
@ -58,8 +62,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
|
|||
## [0.1.0] - 2017-12-22
|
||||
- Initial release of the `gst-plugin` crate.
|
||||
|
||||
[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.3.0...HEAD
|
||||
[0.2.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.2.1...0.3.0
|
||||
[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.3.1...HEAD
|
||||
[0.3.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.3.0...0.3.1
|
||||
[0.3.0]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.2.1...0.3.0
|
||||
[0.2.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.2.0...0.2.1
|
||||
[0.2.0]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.1.4...0.2.0
|
||||
[0.1.4]: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs/compare/0.1.3...0.1.4
|
||||
|
|
Loading…
Reference in a new issue