You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ⚠️ Important ⚠️: This update introduces `ParseOptions` to allow for finer grained control over error
12
12
eagerness and other settings. Previously, when reading a file the only option available was
13
13
`read_properties`, specified with a `bool` in `read_from{_path}`. This will now default to `true`,
14
14
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))
16
16
-**FileProperties**: `FileProperties::new`
17
17
- Debug logging via the [log](https://crates.io/crates/log) crate for exposing recoverable errors.
18
18
-**Error**: `ErrorKind::SizeMismatch`
@@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
-**IFF**: `WAV` and `AIFF` items are no longer combined in the `iff` module. They are now separated
31
31
into their own modules at `iff::wav` and `iff::aiff` respectively.
32
32
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
+
33
36
### Removed
34
37
-**lofty_attr**: The `#[lofty(always_present)]` attribute has been removed, and is now inferred.
0 commit comments