diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 10 |
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 |