forked from mirrors/gstreamer-rs
Update CHANGELOG.md for 0.20.5
This commit is contained in:
parent
ff488987fa
commit
42ec126d56
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +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.20.5] - 2023-04-22
|
||||
### Added
|
||||
- `glib::HasParamSpec` impl for miniobjects to allow using them with the
|
||||
properties derive macro.
|
||||
- `Default` impl for `gst_player::Player`.
|
||||
|
||||
## [0.20.4] - 2023-04-07
|
||||
### Fixed
|
||||
- Work around `gst_webrtc::WebRTCICE::add_candidate()` API breakage in 1.24.
|
||||
|
|
Loading…
Reference in a new issue