summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-02-24 18:49:52 +0100
committerWim <wim@42.be>2017-02-24 18:50:16 +0100
commit32bbab8518a03ad04953986f21eeb4832e7331e5 (patch)
tree0d97e9d1a51ff7837f4f61712b1618adc053a7cc /changelog.md
parent84c0b745af8349f6dff185c21751f51b1f7d3101 (diff)
downloadmatterbridge-msglm-32bbab8518a03ad04953986f21eeb4832e7331e5.tar.gz
matterbridge-msglm-32bbab8518a03ad04953986f21eeb4832e7331e5.tar.bz2
matterbridge-msglm-32bbab8518a03ad04953986f21eeb4832e7331e5.zip
Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. (telegram) Closes #126
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
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)