Skip to content

Commit e53ca3b

Browse files
committed
changelog: Add PR link for Frame enum change
1 parent 11e765c commit e53ca3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- This will allow for generic edits to the iTunes-style parental advisory tag. Note that this will use the
1313
numeric representation. For more information, see: https://docs.mp3tag.de/mapping/#itunesadvisory.
1414
- New `tag::items` module for generic representations of complex tag items
15-
- New **Timestamp** item for ISO 8601 timestamps ([PR](https://github.com/Serial-ATA/lofty-rs/pull/389))
16-
- **ID3v2**: Special handling for frames with timestamps with `FrameValue::Timestamp` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/389))
15+
- New `Timestamp` item for ISO 8601 timestamps ([PR](https://github.com/Serial-ATA/lofty-rs/pull/389))
16+
- **ID3v2**: Special handling for frames with timestamps with `Frame::Timestamp` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/389))
1717

1818
### Changed
1919
- **VorbisComments**/**ApeTag**: Verify contents of `ItemKey::FlagCompilation` during `Tag` merge ([PR](https://github.com/Serial-ATA/lofty-rs/pull/387))
2020
- **ID3v2**:
21-
- ⚠️ Important ⚠️: `Frame` has been converted to an `enum`:
21+
- ⚠️ Important ⚠️: `Frame` has been converted to an `enum` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/390)):
2222
- This makes it easier to validate frame contents, as one can no longer make an `AttachedPictureFrame` with the ID `"TALB"`, for example.
23+
See the PR for a full description of the changes.
2324
```rust
2425
// Old:
2526
let frame = Frame::new(

0 commit comments

Comments
 (0)