From d8de9162bf59119f9635d3d878dde9a7cd7f0ba7 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 8 May 2022 14:11:24 -0400 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 02553275f..c2e35b627 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,7 @@ Changelog Changelog goes here! New features: + * Save Spotify `album_id`, `artist_id` and `track_id` information. Partial fix for `4347`. * Create the parental directories for database if they do not exist. :bug:`3808` :bug:`4327`