summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-09-11 23:41:13 +0200
committerWim <wim@42.be>2017-09-11 23:41:13 +0200
commit248d88c8498b9a201cd61351751d56840021592b (patch)
treeca49544af51745df23d03243f41a9667ebb7ebc8 /changelog.md
parentd19535fa214cd8716cead09d6ff8e7f9497783eb (diff)
downloadmatterbridge-msglm-248d88c8498b9a201cd61351751d56840021592b.tar.gz
matterbridge-msglm-248d88c8498b9a201cd61351751d56840021592b.tar.bz2
matterbridge-msglm-248d88c8498b9a201cd61351751d56840021592b.zip
Release v1.2.0v1.2.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 882878b4..ebb97192 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,17 @@
+# v1.2.0
+## Breaking changes
+* If you're running a discord bridge, update to this release before 16 october otherwise
+it will stop working. (see https://discordapp.com/developers/docs/reference)
+
+## New features
+* general: Add delete support. (actually delete the messages on bridges that support it)
+ (mattermost,discord,gitter,slack,telegram)
+
+## Bugfix
+* Do not break messages on newline (slack). Closes #258
+* Update telegram library
+* Update discord library (supports v6 API now). Old API is deprecated on 16 October
+
# v1.1.2
## New features
* general: also build darwin binaries