update changelog

This commit is contained in:
dvdsk 2024-04-06 12:11:19 +02:00
parent b49b22af88
commit bbc8f00a34
No known key found for this signature in database
GPG key ID: 6CF9D20C5709A836

View file

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed ### Changed
- Adds a new method `try_seek` to all sources. It returns either an error or
seeks to the given position. A few sources are "unsupported" they return the
error `Unsupported`.
- `Source` trait is now also implemented for `Box<dyn Source>` and `&mut Source` - `Source` trait is now also implemented for `Box<dyn Source>` and `&mut Source`
- `fn new_vorbis` is now also available when the `symphonia-vorbis` feature is enabled - `fn new_vorbis` is now also available when the `symphonia-vorbis` feature is enabled