diff options
author | Wim <wim@42.be> | 2017-01-16 23:55:03 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-01-16 23:55:03 +0100 |
commit | 9987ac3f13671bf6c4e1530544afa865035b0efd (patch) | |
tree | 7818196fe708a72526117f9e399607bf7d4986bf | |
parent | 01a32b21540dd1689b80c4c67c0b686c5ec33dbe (diff) | |
download | matterbridge-msglm-9987ac3f13671bf6c4e1530544afa865035b0efd.tar.gz matterbridge-msglm-9987ac3f13671bf6c4e1530544afa865035b0efd.tar.bz2 matterbridge-msglm-9987ac3f13671bf6c4e1530544afa865035b0efd.zip |
Update changelog
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index dc578be5..1d947bf5 100644 --- a/changelog.md +++ b/changelog.md @@ -2,11 +2,13 @@ ## New features * Rocket.Chat: New protocol support added (https://rocket.chat) * irc: add channel key support #27 (see matterbrige.toml.sample for example) +* xmpp: add SkipTLSVerify #106 ## Bugfix * general: Exit when a bridge fails to start * mattermost: Check errors only on first connect. Keep retrying after first connection succeeds. #95 * telegram: fix missing username #102 +* slack: do not use API functions in webhook (slack) #110 # v0.9.0 ## New features |