mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-11 12:01:25 +00:00
Update CHANGELOG.md for 0.20.5
This commit is contained in:
parent
5dd1decd6a
commit
b1577af7cf
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),
|
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).
|
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
|
## [0.20.4] - 2023-04-07
|
||||||
### Fixed
|
### Fixed
|
||||||
- Work around `gst_webrtc::WebRTCICE::add_candidate()` API breakage in 1.24.
|
- Work around `gst_webrtc::WebRTCICE::add_candidate()` API breakage in 1.24.
|
||||||
|
|
Loading…
Reference in a new issue