Skip to content

Commit

Permalink
changelog: Add entries for new supported ID3v2 frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jul 20, 2023
1 parent 7a10d1c commit 18d6efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Added
- **ID3v2**: Support for "RVA2", "OWNE", "ETCO", and "PRIV" frames through
`id3::v2::{RelativeVolumeAdjustmentFrame, OwnershipFrame, EventTimingCodesFrame, PrivateFrame}`

## Changed
- **ID3v2**: For spec compliance, `Id3v2Tag::insert` will now check for frames that are only meant to appear
in a tag once and remove them. Those frames are: "MCDI", "ETCO", "MLLT", "SYTC", "RVRB", "PCNT", "RBUF", "POSS", "OWNE", "SEEK", and "ASPI".
Expand Down

0 comments on commit 18d6efb

Please sign in to comment.