summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-07-30 18:05:27 +0200
committerWim <wim@42.be>2017-07-30 18:05:27 +0200
commitc28b87641e284940a7e548ddbe03b9ca156be294 (patch)
treebc301f44d12291f3d6f00611c80448e654b71c64 /changelog.md
parentf8e6a69d6e8453de0b700b6e9a3eedeec0b1f0a5 (diff)
downloadmatterbridge-msglm-c28b87641e284940a7e548ddbe03b9ca156be294.tar.gz
matterbridge-msglm-c28b87641e284940a7e548ddbe03b9ca156be294.tar.bz2
matterbridge-msglm-c28b87641e284940a7e548ddbe03b9ca156be294.zip
Release v1.0.0-rc1v1.0.0-rc1
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 953fd7f0..14c10a7a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+# v1.0.0-rc1
+## New features
+* general: Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199
+
+## Bugfix
+* general: Handle same account in multiple gateways better
+* mattermost: ignore edited messages with reactions
+* mattermost: Fix double posting of edited messages by using lru cache
+* irc: update vendor
+
# v0.16.3
## Bugfix
* general: Fix in/out logic. Closes #224