From 10e0d174015db0946bf2ab4400a0b5510a5ba275 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 3 Jan 2015 11:48:57 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6ca46..ff9800d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ MumbleDJ Changelog ================== +### 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. +* Fixed a crash while attempting to add URLs to the queue. +* Re-made the song queue using my own "queue-like" structure using slices. + ### December 30, 2014 -- `v2.1.3` * Fixed YouTube URL parsing not working for some forms of YouTube URLs. * Now recovers more gracefully if an audio download fails. Instead of panicking, the bot will send a message to the user who added the URL, telling them the audio download failed.