diff options
author | Wim <wim@42.be> | 2016-11-14 22:53:06 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-14 22:53:06 +0100 |
commit | 449ed31e25f2c21ac9db258999a5a893889983eb (patch) | |
tree | fea6132df575adc0b6318475eaea5fc3e4f17ab6 /changelog.md | |
parent | 1f3690458885ada309be4737e4afb7bb5ecc7ad5 (diff) | |
download | matterbridge-msglm-449ed31e25f2c21ac9db258999a5a893889983eb.tar.gz matterbridge-msglm-449ed31e25f2c21ac9db258999a5a893889983eb.tar.bz2 matterbridge-msglm-449ed31e25f2c21ac9db258999a5a893889983eb.zip |
Fix ShowJoinPart from irc bridge. Closes #72
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 42bca6d1..c7815069 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,17 @@ -# v0.8 +# v0.9.0-dev +## General +* discord: add "Bot " tag to discord tokens automatically + +## Bugfix +* general: fix ShowJoinPart for messages from irc bridge #72 +* 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.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 |