summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-03-18 16:59:38 +0100
committerWim <wim@42.be>2017-03-18 17:00:32 +0100
commite05a323afd36986ff5153988545cae7d6e1d1205 (patch)
tree5a6af6e27d005a9603c6193e86ace9f8f93ed966 /changelog.md
parent80895deae2f20ab8844bec7b0e8b38c7d1a609f4 (diff)
downloadmatterbridge-msglm-e05a323afd36986ff5153988545cae7d6e1d1205.tar.gz
matterbridge-msglm-e05a323afd36986ff5153988545cae7d6e1d1205.tar.bz2
matterbridge-msglm-e05a323afd36986ff5153988545cae7d6e1d1205.zip
Release v0.10.0v0.10.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index d3c4609c..e272ed40 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,13 @@
-# v0.10.0-dev
+# v0.10.0
## New features
* matrix: New protocol support added (https://matrix.org)
+* mattermost: works with mattermost release v3.7.0
+* discord: Replace role ids in mentions to role names (discord). Closes #133
## Bugfix
* mattermost: Add ReadTimeout to close lingering connections (mattermost). See #125
+* gitter: Join rooms not already joined by the bot (gitter). See #135
+* general: Fail when bridge is unable to join a channel (general)
## Changes
* telegram: Do not use HTML parsemode by default. Set ```MessageFormat="HTML"``` to use it. Closes #126