summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-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