diff options
author | Wim <wim@42.be> | 2019-04-06 23:29:49 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-04-06 23:29:49 +0200 |
commit | e4d73b29a10d9816b4b45c48ab6629013ec9ccf0 (patch) | |
tree | 0ce2fe12ad61177925c8f7b9b8bb9f2767b16f13 /changelog.md | |
parent | 8a875f292eb32cf6e71545a2d1b1652a8a56d6ed (diff) | |
download | matterbridge-msglm-e4d73b29a10d9816b4b45c48ab6629013ec9ccf0.tar.gz matterbridge-msglm-e4d73b29a10d9816b4b45c48ab6629013ec9ccf0.tar.bz2 matterbridge-msglm-e4d73b29a10d9816b4b45c48ab6629013ec9ccf0.zip |
Release v1.14.2v1.14.2
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index fac11920..9ab60e42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ +# v1.14.2 + +## Bugfix +* general: Update tengo vendor and load the stdlib. Fixes #789 (#792) +* rocketchat: Look up #channel too (rocketchat). Fix #773 (#775) +* slack: Ignore messagereplied and hidden messages (slack). Fixes #709 (#779) +* telegram: Handle nil message (telegram). Fixes #777 +* irc: Use default nick if none specified (irc). Fixes #785 +* irc: Return when not connected and drop a message (irc). Fixes #786 +* irc: Revert fix for #722 (Support quits from irc correctly). Closes #781 + +## Contributors +This release couldn't exist without the following contributors: +@42wim, @Helcaraxan, @dajohi + # v1.14.1 ## Bugfix * slack: Fix crash double unlock (slack) (#771) |