From fb5b8932869f31242aeec8f578440d48bddd658a Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Mon, 5 Jan 2015 19:18:18 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c3692..8d97b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ MumbleDJ Changelog ================== -### January 5, 2015 -- `v2.2.1` +### January 5, 2015 -- `v2.2.1, v2.2.2` * Attached `gumbleutil.AutoBitrate` EventListener to client. This should hopefully fix the issues with audio cutting in and out. * Moved dependency installation to default `make` command to better enforce new updates. * Added `make build` to `Makefile` to allow previous functionality of the default `make` command. +* Hopefully fixed a situation that would cause the song queue to stop working. +* Added `!reset` command. Use this to reset the song queue. ### January 3, 2015 -- `v2.2.0` * Added ability to add YouTube playlists to the queue. Note that the max size of a playlist is 25 songs, anything larger will only use the first 25 songs in the playlist.