Skip to content

Commit 909de09

Browse files
committed
changelog: Add track number change
1 parent 89c1909 commit 909de09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.22.1] - 2024-01-11
10+
11+
### Changed
12+
- **VorbisComments**: Support `TRACKNUMBER` fields with the `current/total` format. ([issue](https://github.com/Serial-ATA/lofty-rs/issues/493)) ([issue](https://github.com/Serial-ATA/lofty-rs/issues/499)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/500))
13+
- These fields will now properly be split into `TRACKNUMBER` and `TRACKTOTAL`, making it possible to use them with
14+
[Accessor::track()](https://docs.rs/lofty/latest/lofty/tag/trait.Accessor.html#method.track) and [Accessor::track_total()](https://docs.rs/lofty/latest/lofty/tag/trait.Accessor.html#method.track_total).
15+
916
## [0.22.0] - 2024-01-05
1017

1118
### Added

0 commit comments

Comments
 (0)