File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments