1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 17:59:24 +02:00

chore: Correctly mark changes as breaking in CHANGELOG.md

This commit is contained in:
Jay Malhotra 2025-09-07 21:46:36 +01:00
parent 5224eaef6b
commit ff7ddcd384

View file

@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [playback] Changed type of `SpotifyId` fields in `PlayerEvent` members to `SpotifyUri` (breaking) - [playback] Changed type of `SpotifyId` fields in `PlayerEvent` members to `SpotifyUri` (breaking)
- [metadata] Changed arguments for `Metadata` trait from `&SpotifyId` to `&SpotifyUri` (breaking) - [metadata] Changed arguments for `Metadata` trait from `&SpotifyId` to `&SpotifyUri` (breaking)
- [player] `load()` function changed from accepting a `SpotifyId` to accepting a `SpotifyUri` - [player] `load()` function changed from accepting a `SpotifyId` to accepting a `SpotifyUri` (breaking)
- [player] `preload()` function changed from accepting a `SpotifyId` to accepting a `SpotifyUri` - [player] `preload()` function changed from accepting a `SpotifyId` to accepting a `SpotifyUri` (breaking)
### Deprecated ### Deprecated