From 2490737f617195ac2c8a0dca940b653e2c129254 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 26 Jun 2022 11:54:00 -0400 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index dbee12764..8cb27013d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,8 @@ New features: Bug fixes: +* Fix Spotify API error when tracks do not have audio-features. + :bug:`4385` * We now respect the Spotify API's rate limiting, which avoids crashing when the API reports code 429 (too many requests). :bug:`4370` * Fix implicit paths OR queries (e.g. ``beet list /path/ , /other-path/``)