From c5d6b68d5eb13e76dce0dbd6de25651814d29cd4 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Mon, 7 Dec 2015 22:39:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f8437..9227588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ MumbleDJ Changelog ================== +### December 7, 2015 -- `v2.8.4` +* YouTube and SoundCloud API keys are now stored in the configuration file instead of environment variables. Existing installations with API keys in environment variables will automatically be migrated to the configuration file (thanks [@Gamah](https://github.com/Gamah)). + ### October 16, 2015 -- `v2.8.3` * Playlists can now be over 50 songs in length (thanks [@GabrielPlassard](https://github.com/GabrielPlassard)). * Added MaxSongPerPlaylist configuration option.