summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-06-15 01:44:46 +0200
committerWim <wim@42.be>2017-06-15 01:44:46 +0200
commit3f79da84d534832470cda4e1c4e82f41edb90722 (patch)
tree609a8ee840117b2872b28222493d16549be34ac3 /changelog.md
parentd540638223b32447d647fed570b39efab737baca (diff)
downloadmatterbridge-msglm-3f79da84d534832470cda4e1c4e82f41edb90722.tar.gz
matterbridge-msglm-3f79da84d534832470cda4e1c4e82f41edb90722.tar.bz2
matterbridge-msglm-3f79da84d534832470cda4e1c4e82f41edb90722.zip
Release v0.14.0v0.14.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 2598eb8c..484efad2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,21 @@
+# v0.14.0
+## New features
+* api: add token authentication
+* mattermost: add support for mattermost 3.10.0
+
+## Changes
+* api: gateway name is added in JSON messages
+* api: lowercase JSON keys
+* api: channel name isn't needed in config #195
+
+## Bugfix
+* discord: Add hashtag to channelname (when translating from id) (discord)
+* mattermost: Fix a panic. #186
+* mattermost: use teamid cache if possible. Fixes a panic
+* api: post valid json. #185
+* api: allow reuse of api in different gateways. #189
+* general: Fix utf-8 issues for {NOPINGNICK}. #193
+
# v0.13.0
## New features
* irc: Limit message length. ```MessageLength=400```