Update CHANGELOG, small typo fix

pull/54/head
Matthieu Grieger 2015-02-17 20:56:45 -08:00
parent 3815634971
commit 6b1853ed5f
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
MumbleDJ Changelog
==================
### February 17, 2015 -- `v2.6.0`
### February 17, 2015 -- `v2.6.0, v2.6.1`
* Added caching system to MumbleDJ.
* Added configuration variables in `mumbledj.gcfg` for caching related settings (please note that caching is off by default).
* Added `!numcached` and `!cachesize` commands for admins.
* Added optional song length limit (thanks [jakexks](https://github.com/jakexks)!)
### February 12, 2015 -- `v2.5.0`
* Updated dependencies and fixed code to match `gumble` API changes.

View File

@ -22,7 +22,7 @@ PlaylistSkipRatio = 0.5
# NOTE: If you do not want a comment by default, set the variable equal to an empty string ("").
DefaultComment = "Hello! I am a bot. Type !help for a list of commands."
# Maximum song duration in seconds (0 = unristrcted)
# Maximum song duration in seconds (0 = unrestricted)
# Default Value: 0
MaxSongDuration = 0