Skip to content

Commit d19e1dc

Browse files
committed
changelog: Add entry for generic write
1 parent 2698618 commit d19e1dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
Lofty writes tags. These are best used as global user-configurable options, as most options will
1313
not apply to all files. The defaults are set to be as safe as possible,
1414
see [here](https://docs.rs/lofty/latest/lofty/struct.WriteOptions.html#impl-Default-for-WriteOptions).
15+
- **Generic Writes** ([PR](https://github.com/Serial-ATA/lofty-rs/pull/290)):
16+
- ⚠️ Important ⚠️: This update introduces `FileLike`, which is a combination of the `Truncate` + `Length` traits
17+
that allows one to write to more than just `File`s. In short, `Cursor<Vec<u8>>` can now be written to.
1518
- **ChannelMask**
1619
- `BitAnd` and `BitOr` implementations ([PR](https://github.com/Serial-ATA/lofty-rs/pull/371))
1720
- Associated constants for common channels, ex. `ChannelMask::FRONT_LEFT` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/371))

0 commit comments

Comments
 (0)