@@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.21.1] - 2024-08-28
10
+
9
11
### Changed
10
12
- ** FLAC** : Vendor strings are now retained when writing tags ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/443 ) )
11
13
- This behavior already exists for OGG formats.
12
14
13
15
### Fixed
14
16
- ** FLAC** : Stop writing invalid ` PADDING ` blocks ([ issue] ( https://github.com/Serial-ATA/lofty-rs/issues/442 ) ) ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/446 ) )
15
- - If a ` PADDING ` block existed in the original file, and it wasn't placed at the end of the header, it would
16
- moved without setting the ` Last-metadata-block ` flag. This would cause decoders to believe that the file was missing
17
+ - If a ` PADDING ` block existed in the original file, and it wasn't placed at the end of the header, it would be
18
+ moved without setting the ` Last-metadata-block ` flag. This would cause decoders to believe that the file was corrupted.
17
19
- ** Fuzzing** (Thanks [ @qarmin ] ( https://github.com/qarmin ) !) ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/444 ) ):
18
20
- ** MusePack** : Fix panic when tag sizes exceed the stream length ([ issue] ( https://github.com/Serial-ATA/lofty-rs/issues/440 ) )
19
21
- ** AAC** : Fix panic when tag sizes exceed the stream length ([ issue] ( https://github.com/Serial-ATA/lofty-rs/issues/439 ) )
@@ -845,7 +847,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
845
847
### Removed
846
848
- `ErrorKind :: BadExtension `
847
849
848
- [Unreleased ]: https: // github.com/Serial-ATA/lofty-rs/compare/0.21.0...HEAD
850
+ [Unreleased ]: https: // github.com/Serial-ATA/lofty-rs/compare/0.21.1...HEAD
851
+ [0. 21. 1]: https: // github.com/Serial-ATA/lofty-rs/compare/0.21.0...0.21.1
849
852
[0. 21. 0]: https: // github.com/Serial-ATA/lofty-rs/compare/0.20.1...0.21.0
850
853
[0. 20. 1]: https: // github.com/Serial-ATA/lofty-rs/compare/0.20.0...0.20.1
851
854
[0. 20. 0]: https: // github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0
0 commit comments