changelog: Document removal of ID3v2ErrorKind::Other

This commit is contained in:
Serial 2023-04-10 17:25:20 -04:00 committed by Alex
parent 080742d392
commit db79afd302

View file

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Removed
- **ID3v2**: All uses of `ID3v2ErrorKind::Other` have been replaced with concrete errors
## [0.12.1] - 2023-04-10
### Fixed