From b1b0926eed50e46d88809d07b806672ea0628514 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 18 Jun 2022 10:45:02 -0400 Subject: [PATCH] UPdate changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dc13ee781..dbee12764 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,7 +32,7 @@ New features: Bug fixes: -* Added Spotify 429 (too many requests) API error handling +* 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/``) which have previously been returning the entire library.