From 882fe758a1558935e100fd2cd2b851b321c067b7 Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 24 Oct 2017 17:14:27 -0700 Subject: [PATCH] [changelog] add note about zlib compression --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac6944..7e0cf9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Additions +- Added support for streaming zlib compression to our gateway socket. This is enabled by default and provides significant performance improvements on startup and overall bandwidth usage - Added support for `Guild.system_channel_id` and `GUILD_MEMBER_JOIN` system message - Added `Guild.create_category`, `Guild.create_text_channel` and `Guild.create_voice_channel` - Added `Channel.create_text_channel` and `Channel.create_voice_channel` which can be called only on category channels to add sub-channels