mirror of
https://github.com/RustAudio/rodio
synced 2024-12-04 17:29:20 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
d18070d2f7
commit
4ebb2ab8f2
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Breaking: `Sink::try_new` renamed to `connect_new` and does not return error anymore.
|
- Breaking: `Sink::try_new` renamed to `connect_new` and does not return error anymore.
|
||||||
`Sink::new_idle` was renamed to `new`.
|
`Sink::new_idle` was renamed to `new`.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Symphonia decoder `total_duration` incorrect value caused by conversion from `Time` to `Duration`.
|
||||||
|
|
||||||
# Version 0.20.1 (2024-11-08)
|
# Version 0.20.1 (2024-11-08)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in a new issue