Skip to content

Commit 2a015b4

Browse files
committed
changelog: Add entry for #64; Add missing issue/PR links
1 parent 49623cb commit 2a015b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
- `ParseOptions`:
10+
- `ParseOptions` ([issue](https://github.com/Serial-ATA/lofty-rs/issues/50)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/70)):
1111
- ⚠️ Important ⚠️: This update introduces `ParseOptions` to allow for finer grained control over error
1212
eagerness and other settings. Previously, when reading a file the only option available was
1313
`read_properties`, specified with a `bool` in `read_from{_path}`. This will now default to `true`,
1414
and can be overridden when using `Probe`.
15-
- **🎉 Support for AAC (ADTS) files** ([issue](https://github.com/Serial-ATA/lofty-rs/issues/58))
15+
- **🎉 Support for AAC (ADTS) files** ([issue](https://github.com/Serial-ATA/lofty-rs/issues/58)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/71))
1616
- **FileProperties**: `FileProperties::new`
1717
- Debug logging via the [log](https://crates.io/crates/log) crate for exposing recoverable errors.
1818
- **Error**: `ErrorKind::SizeMismatch`
@@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- **IFF**: `WAV` and `AIFF` items are no longer combined in the `iff` module. They are now separated
3131
into their own modules at `iff::wav` and `iff::aiff` respectively.
3232

33+
### Fixed
34+
- **ID3v2**: Populate the `Populatimeter` field in the `ID3v2` -> `Tag` conversion ([issue](https://github.com/Serial-ATA/lofty-rs/issues/63)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/64))
35+
3336
### Removed
3437
- **lofty_attr**: The `#[lofty(always_present)]` attribute has been removed, and is now inferred.
3538

0 commit comments

Comments
 (0)