mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Update changelog
This commit is contained in:
parent
dbb93fbc05
commit
b03d424f96
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **ID3v2**: `LanguageFrame`'s `lang` field has changed type - `String` -> `[u8; 3]`
|
||||
- **MP3**: Renamed `MP3File` -> `MPEGFile`
|
||||
- **MP4**: `Atom::data` will now return all values
|
||||
- **Vorbis Comments**: Recognize lowercase `METADATA_BLOCK_PICTURE` as a picture
|
||||
- **Vorbis Comments**: Recognize lowercase `METADATA_BLOCK_PICTURE` as a picture ([issue](https://github.com/Serial-ATA/lofty-rs/issues/60))
|
||||
|
||||
### Fixed
|
||||
- **ID3v2**: `ItemKey::InitialKey` now maps to `TKEY` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/61))
|
||||
|
||||
## [0.7.3] - 2022-07-22
|
||||
|
||||
|
|
Loading…
Reference in a new issue