Fix typo in CHANGELOG

pull/159/head
Matthieu Grieger 2016-06-25 23:30:58 -07:00 committed by GitHub
parent a44bac5302
commit 8c61ca2d6f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ MumbleDJ Changelog
### June 25, 2016 -- `v3.0.7`
* Volume can now be set to `volume.lowest` and `volume.highest` (in other words, the range is inclusive now instead of exclusive).
* All configuration values can now be overriden via commandline arguments. For example: `mumbledj --admins.names="SuperUser,Matt" --volume.default="0.5" --commands.add.is_admin="false"`
* All configuration values can now be overridden via commandline arguments. For example: `mumbledj --admins.names="SuperUser,Matt" --volume.default="0.5" --commands.add.is_admin="false"`
* __NOTE__: Configuration settings that contain commas (",") are interpreted as string slices (or arrays if you aren't familiar with Go).
* Removed an extra period that was sometimes output in error messages.