Update CHANGELOG.md

This commit is contained in:
Methapon2001 2024-11-27 07:13:00 +07:00
parent d18070d2f7
commit 4ebb2ab8f2
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -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