diff options
author | Wim <wim@42.be> | 2017-02-20 00:49:27 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-02-20 00:50:37 +0100 |
commit | c5cfbc22972c397805c8385840d6cfd0de307c87 (patch) | |
tree | 336b2676a878092cb421ca17590db40c5da86a23 /changelog.md | |
parent | cd0a2beb11efb4f03fa9fab38b93391b346864e9 (diff) | |
download | matterbridge-msglm-c5cfbc22972c397805c8385840d6cfd0de307c87.tar.gz matterbridge-msglm-c5cfbc22972c397805c8385840d6cfd0de307c87.tar.bz2 matterbridge-msglm-c5cfbc22972c397805c8385840d6cfd0de307c87.zip |
Add matrix support
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 24315037..20ae1400 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# v0.10.0-dev +## New features +* matrix: New protocol support added (https://matrix.org) + # v0.9.3 ## New features * API: rest interface to read / post messages (see API section in matterbridge.toml.sample) |