Skip to content

Commit

Permalink
changelog: Update entries with PR link
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Oct 23, 2023
1 parent e575675 commit 776c7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- **ParseOptions**: `ParseOptions::allocation_limit` to change the default allocation limit.
- **ParseOptions**: `ParseOptions::allocation_limit` to change the default allocation limit. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/276))

### Changed
- **VorbisComments**: When converting from `Tag` to `VorbisComments`, `ItemKey::Unknown`s will be checked for spec compliance. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/272))
- **Alloc**: The default allocation limit for any single tag item is now **16MB**.
- **Probe**: `Probe::set_file_type()` will return the `Probe` to allow for builder-style usage.
- **Alloc**: The default allocation limit for any single tag item is now **16MB**. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/276))
- **Probe**: `Probe::set_file_type()` will return the `Probe` to allow for builder-style usage. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/276))

### Fixed
- **MP4**: Verify atom identifiers fall within a subset of characters ([PR](https://github.com/Serial-ATA/lofty-rs/pull/267))
Expand Down

0 comments on commit 776c7da

Please sign in to comment.