mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-05 02:19:12 +00:00
changelog: Add entries for Opus and AAC changes
This commit is contained in:
parent
c9738c84fd
commit
3f607f5526
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **ChannelMask** ([PR](https://github.com/Serial-ATA/lofty-rs/pull/371))
|
||||
- `BitAnd` and `BitOr` implementations
|
||||
- Associated constants for common channels, ex. `ChannelMask::FRONT_LEFT`
|
||||
- **Opus**: `OpusProperties` now contains the channel mask ([PR](https://github.com/Serial-ATA/lofty-rs/pull/373))
|
||||
- **AAC**: `AacProperties` now contains the channel mask ([PR](https://github.com/Serial-ATA/lofty-rs/pull/372))
|
||||
|
||||
### Changed
|
||||
- **Properties**: `FileProperties` and `ChannelMask` have been moved from the root to the new `lofty::properties`
|
||||
|
|
Loading…
Reference in a new issue