Skip to content

Commit 341cf9f

Browse files
committed
changelog: Add entry for duplicate ID3v2 tag reading
1 parent 16a2419 commit 341cf9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- **Accessor**: All methods returning string values now return `Cow<str>`.
2828
- This is an unfortunate change that needed to be made in order to accommodate the handling of the different
2929
possible text separators between ID3v2 versions.
30+
- **ID3v2**: Support reading of duplicate tags
31+
- Previously, if we were reading a file and encountered an ID3v2 tag after having already read one,
32+
we would overwrite the last one, losing all of its information. Now we preserve all of the information,
33+
overwriting frames as necessary.
3034

3135
### Removed
3236
- **ogg_pager**: Removed `Page::new`, now pages can only be created through `ogg_pager::paginate` or

0 commit comments

Comments
 (0)