From 9ecd74c397577ca42dd6519da918836b668f4d2e Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Thu, 22 Aug 2024 09:32:41 -0400 Subject: [PATCH] update readme --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7626b219..06e22d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ## 0.13.0 (2024.03.08) **New features** +- ([#490](https://github.com/ramsayleung/rspotify/pull/490)) Add impls for `Clone`, `Debug`, `PartialEq`, `Eq`, `Serialize` and `Hash` for `PlayContextId` and `PlayableId` - ([#458](https://github.com/ramsayleung/rspotify/pull/458)) Support for the `wasm32-unknown-unknown` build target **Bugfixes**