Update CHANGELOG

pull/18/head 2.2.1
Matthieu Grieger 2015-01-05 12:05:46 -08:00
parent 3d6427b14a
commit de90223661
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
MumbleDJ Changelog
==================
### January 5, 2015 -- `v2.2.1`
* 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.
### 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.