Skip to content

Commit ccad0e9

Browse files
committed
changelog: Add entry for ItemKey::ReleaseCountry
1 parent 1433ad4 commit ccad0e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- In formats like Vorbis Comments, `ItemKey::Lyrics` may actually contain synchronized lyrics in LRC format. To help with the ambiguity, some
1616
apps may write a separate field containing normal, unsynchronized lyrics.
1717
- In other formats where the difference doesn't matter (like ID3v2), this will act exactly the same as `ItemKey::Lyrics`.
18+
- `ItemKey::ReleaseCountry` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/573))
19+
- Currently, this maps to the [fields](https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#id30) used by MusicBrainz Picard, which expect an
20+
ISO 3166-1 code.
1821
- **Serde**: [Serde] support for `*Type` enums (`FileType`, `TagType`, `PictureType`)
1922
- Support can be enabled with the new `serde` feature (not enabled by default)
2023
- **Probe**: `Probe::read_bound()` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/557))

0 commit comments

Comments
 (0)