From 232dedb2f569bae07c64f70e418b4dd327c4b97e Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Wed, 25 Dec 2019 10:57:42 -0700 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da0db6c..cb09baa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,13 @@ v0.8.9 * The play queue now behaves properly when there are many instances of the same song in the play queue. +* The play queue can now be reordered, and songs can be added and removed from + it. Right click also works on the play queue. + +* **Bug Fixes:** + + * Pressing ESC on the Playlist edit dialog no longer deletes the playlist. + * **Infrastructure**: * Added a ``Pipfile`` and made the CI/CD build use it for testing.