mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 13:12:30 +00:00
update changelog for trackposition
This commit is contained in:
parent
fd9747d198
commit
edbe3f5b9e
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Adds a new source `track_position`. It keeps track of duration since the
|
||||
beginning of the underlying source.
|
||||
|
||||
### Fixed
|
||||
- Mp4a with decodable tracks after undecodable tracks now play. This matches
|
||||
VLC's behaviour.
|
||||
|
|
Loading…
Reference in a new issue