Update documentation. Prepare release

This commit is contained in:
Wim
2016-11-20 17:27:48 +01:00
parent 07a560b2f5
commit b3c11b584f
2 changed files with 18 additions and 6 deletions

View File

@@ -1,9 +1,19 @@
# v0.8
# v0.8.1
## Bugfix
* general: when using samechannelgateway NickFormat get doubled by the NICK #77
* irc: fix !users command #78
# v0.8.0
Release because of breaking mattermost API changes
## New features
* Supports mattermost v3.5.0
# v0.7
# v0.7.1
## Bugfix
* general: when using samechannelgateway NickFormat get doubled by the NICK #77
* irc: fix !users command #78
# v0.7.0
## Breaking config changes from 0.6 to 0.7
Matterbridge now uses TOML configuration (https://github.com/toml-lang/toml)
See matterbridge.toml.sample for an example