From ff7ddcd3842c336e3fb050db61d2f59a485102c6 Mon Sep 17 00:00:00 2001 From: Jay Malhotra Date: Sun, 7 Sep 2025 21:46:36 +0100 Subject: [PATCH] chore: Correctly mark changes as breaking in CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001aa237..bc95ec59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - [metadata] Changed arguments for `Metadata` trait from `&SpotifyId` to `&SpotifyUri` (breaking) -- [player] `load()` function changed from accepting a `SpotifyId` to accepting a `SpotifyUri` -- [player] `preload()` 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` (breaking) ### Deprecated