Skip to content

Commit 27ce6e1

Browse files
committed
changelog: Update for OGG changes
1 parent 7ab9183 commit 27ce6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Bad frame IDs will no longer error when using `ParsingMode::{Relaxed, BestAttempt}`. The parser will now just move on to the next frame. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/214))
1818
- **APE**: The default track/disk number is now `0` to line up with ID3v2.
1919
This is only used when `set_{track, disk}_total` is used without a corresponding `set_{track, disk}`.
20+
- **VorbisComments**: When writing, items larger than `u32::MAX` will throw `ErrorKind::TooMuchData`, rather than be silently discarded.
2021

2122
## Fixed
2223
- **APE**: Track/Disk number pairs are properly converted when writing ([issue](https://github.com/Serial-ATA/lofty-rs/issues/159)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/216))

0 commit comments

Comments
 (0)