summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-05-27 23:02:32 +0200
committerWim <wim@42.be>2018-05-27 23:02:32 +0200
commitd03afc12fd755b5263ce6a74ffa90e5a3afcad5e (patch)
treec41e43e579472f9bbba579001e45a05453420b56
parent48799a3cff661c07d4d32d94b71f7d64a5ec426e (diff)
downloadmatterbridge-msglm-d03afc12fd755b5263ce6a74ffa90e5a3afcad5e.tar.gz
matterbridge-msglm-d03afc12fd755b5263ce6a74ffa90e5a3afcad5e.tar.bz2
matterbridge-msglm-d03afc12fd755b5263ce6a74ffa90e5a3afcad5e.zip
Update changelog
-rw-r--r--changelog.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 51b60419..ae10d729 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,14 +1,16 @@
# v1.10.1
+## New features
+* irc: Colorize username sent to IRC using its crc32 IEEE checksum (#423). See `ColorNicks` in matterbridge.toml.sample
+* irc: Add support for CJK to/from utf-8 (irc). #400
+* telegram: Add QuoteFormat option (telegram). Closes #413. See `QuoteFormat` in matterbridge.toml.sample
+* xmpp: Send attached files to XMPP in different message with OOB data and without body (#421)
+
## Bugfix
* general: updated irc/xmpp/telegram libraries
* mattermost/slack/rocketchat: Fix iconurl regression. Closes #430
* mattermost/slack: Use uuid instead of userid. Fixes #429
* slack: Avatar spoofing from Slack to Discord with uppercase in nick doesn't work (#433)
* irc: Fix format string bug (irc) (#428)
-* irc: Colorize username sent to IRC using its crc32 IEEE checksum (#423). See `ColorNicks` in matterbridge.toml.sample
-* irc: Add support for CJK to/from utf-8 (irc). #400
-* telegram: Add QuoteFormat option (telegram). Closes #41. See `QuoteFormat` in matterbridge.toml.sample
-* xmpp: Send attached files to XMPP in different message with OOB data and without body (#421)
# v1.10.0
## New features