Skip to content

Commit 1a8ea4d

Browse files
committed
changelog: Add entries for MP4 changes
1 parent bd96b4f commit 1a8ea4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## Added
1010
- **ID3v2**: Support for "RVA2", "OWNE", "ETCO", and "PRIV" frames through
1111
`id3::v2::{RelativeVolumeAdjustmentFrame, OwnershipFrame, EventTimingCodesFrame, PrivateFrame}`
12+
- **MP4**:
13+
- `Atom::into_data`
14+
- `Atom::merge`
1215

1316
## Changed
1417
- **ID3v2**:
1518
- For spec compliance, `Id3v2Tag::insert` will now check for frames that are only meant to appear
1619
in a tag once and remove them. Those frames are: "MCDI", "ETCO", "MLLT", "SYTC", "RVRB", "PCNT", "RBUF", "POSS", "OWNE", "SEEK", and "ASPI".
1720
- `Id3v2Tag::remove` will now take a `FrameId` rather than `&str`
1821
- `FrameId` now implements `Into<Cow<'_, str>>`, making it possible to use it in `Frame::new`
22+
- **MP4**:
23+
- `Ilst::remove` will now return all of the removed atoms
24+
- `Ilst::insert_picture` will now combine all pictures into a single `covr` atom
1925

2026
## [0.15.0] - 2023-07-11
2127

0 commit comments

Comments
 (0)