diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 20ae1400..d3c4609c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ ## New features * matrix: New protocol support added (https://matrix.org) +## Bugfix +* mattermost: Add ReadTimeout to close lingering connections (mattermost). See #125 + +## Changes +* telegram: Do not use HTML parsemode by default. Set ```MessageFormat="HTML"``` to use it. Closes #126 + # v0.9.3 ## New features * API: rest interface to read / post messages (see API section in matterbridge.toml.sample) |