mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 06:02:32 +00:00
changelog: Add entry for changes to ogg_pager::paginate
This commit is contained in:
parent
2718a73e29
commit
79c4579d73
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **OGG**: The reading of OGG files has switched to using packets opposed to pages, making it more
|
||||
spec-compliant and efficient.
|
||||
- **ogg_pager**: Most fields in `Page` have been separated out into the new `PageHeader` struct.
|
||||
- **ogg_pager**: `paginate` now works with a collection of packets
|
||||
|
||||
### Removed
|
||||
- **ogg_pager**: Removed `Page::new`, now pages can only be created through `ogg_pager::paginate` or
|
||||
|
|
Loading…
Reference in a new issue