From 86962ee59ecbef9d35f46413baf581f454a6e44c Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Mon, 19 Dec 2016 17:27:41 -0600 Subject: [PATCH] add note --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index a8c7dd618..27abe2855 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,8 @@ Make stale connection detection configurable [PR #505](https://github.com/howdya Bug fixes: +Fix an issue where a custom redirect_uri would be rejected by Slack's oauth verification + Fix bot_channel_join and bot_group_join with Slack Events API [PR #514](https://github.com/howdyai/botkit/pull/514) Fix path to static content directory [PR #546](https://github.com/howdyai/botkit/pull/546)