Skip to content

Commit 0668917

Browse files
committed
changelog: Add entry for new serde feature
1 parent d1aaba1 commit 0668917

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
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- **ItemKey**: `ItemKey::AlbumArtists`, available for ID3v2, Vorbis Comments, APE, and MP4 Ilst ([PR](https://github.com/Serial-ATA/lofty-rs/pull/523))
1111
- This is a multi-value item that stores each artist for a track. It should be retrieved with `Tag::get_strings` or `Tag::take_strings`.
1212
- For example, a track has `ItemKey::TrackArtist` = "Foo & Bar", then `ItemKey::AlbumArtists` = ["Foo", "Bar"].
13+
- **Serde**: [Serde] support for `*Type` enums (`FileType`, `TagType`, `PictureType`)
14+
- Support can be enabled with the new `serde` feature (not enabled by default)
1315

1416
### Changed
1517
- **ID3v2**: Check `TXXX:ALBUMARTIST` and `TXXX:ALBUM ARTIST` for `ItemKey::AlbumArtist` conversions
@@ -1012,5 +1014,6 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
10121014
[0.5.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.5.0...0.5.1
10131015
[0.5.0]: https://github.com/Serial-ATA/lofty-rs/compare/64f0eff...0.5.0
10141016

1017+
[serde]: https://docs.rs/serde
10151018
[TagLib]: https://github.com/taglib/taglib
10161019
[ogg_pager's changelog]: ogg_pager/CHANGELOG.md

0 commit comments

Comments
 (0)