summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-09-18 21:04:28 +0200
committerWim <wim@42.be>2016-09-18 21:04:28 +0200
commit0816e968318be5a4b165ac8fd30c032c6ecce61c (patch)
treee4463c48ddafe5f88fb108f194e25a42071e3899 /changelog.md
parent7baf386edea4c71919b257d99ca7f7e07897c412 (diff)
downloadmatterbridge-msglm-0816e968318be5a4b165ac8fd30c032c6ecce61c.tar.gz
matterbridge-msglm-0816e968318be5a4b165ac8fd30c032c6ecce61c.tar.bz2
matterbridge-msglm-0816e968318be5a4b165ac8fd30c032c6ecce61c.zip
Update documentation
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index c8e1d84e..e01b8aaf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,12 @@
+# v0.7-dev
+## Breaking config changes from 0.6 to 0.7
+Matterbridge now uses TOML configuration (https://github.com/toml-lang/toml)
+See matterbridge.toml.sample for an example
+
+## New features
+* Allow for bridging the same type of bridge, which means you can eg bridge between multiple mattermosts.
+* The bridge is now a gateway which has support multiple in and out bridges. (and supports multiple gateways).
+
# v0.6.1
## New features
* Slack support added. See matterbridge.conf.sample for more information