mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 21:22:36 +00:00
update changelog
This commit is contained in:
parent
b49b22af88
commit
bbc8f00a34
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue