summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-04-08 00:50:17 +0200
committerWim <wim@42.be>2017-04-08 00:50:17 +0200
commitb4a4eb00573bc966f84510a9595b7a4621b969a1 (patch)
tree4e1652b0c048fa88a7cbfb3c29518591a7ba2edd
parentb469c8ddbda62ceecbd10883e4af1fbfe5d54898 (diff)
downloadmatterbridge-msglm-0.11.0-beta3.tar.gz
matterbridge-msglm-0.11.0-beta3.tar.bz2
matterbridge-msglm-0.11.0-beta3.zip
Update changelogv0.11.0-beta3
-rw-r--r--changelog.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index d2faf454..848dc9b3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,17 @@
# v0.11.0-dev
## New features
-* general: reusing the same account on multiple gateways now also reuses the connection.
+* general: reusing the same account on multiple gateways now also reuses the connection.
This is particuarly useful for irc. See #87
* general: the Name is now REQUIRED and needs to be UNIQUE for each gateway configuration
+* telegram: Support edited messages (telegram). See #141
+* mattermost: Add support for showing/hiding join/leave messages from mattermost. Closes #147
+* mattermost: Reconnect on session removal/timeout (mattermost)
+* irc: Rejoin channel when kicked (irc).
+
+## Bugfix
+* mattermost: Remove space after nick (mattermost). Closes #142
+* mattermost: Modify iconurl correctly (mattermost).
+* irc: Fix join/leave regression (irc)
# v0.10.3
## Bugfix