mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-19 07:33:53 +00:00
changelog: Add entry for ParseOptions::read_cover_art
This commit is contained in:
parent
6e821b7e3e
commit
13337fc7fc
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- **ParseOptions**: `ParseOptions::read_tags` to skip the parsing of tags ([issue](https://github.com/Serial-ATA/lofty-rs/issues/251)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/406))
|
||||
- **ParseOptions**:
|
||||
- `ParseOptions::read_tags` to skip the parsing of tags ([issue](https://github.com/Serial-ATA/lofty-rs/issues/251)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/406))
|
||||
- `ParseOptions::read_cover_art` ([issue](https://github.com/Serial-ATA/lofty-rs/issues/186)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/415))
|
||||
- As cover art can be large, it is now possible to disable reading it when parsing a file.
|
||||
|
||||
## [0.20.1] - 2024-07-02
|
||||
|
||||
|
|
Loading…
Reference in a new issue