From 56f2fcd352cc6700b0cf13cfa7cee08aa82b7df5 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Tue, 17 Mar 2020 16:31:34 -0500 Subject: [PATCH] changelog formatting --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index e7283c9a5..f5877761e 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ In addition to fixing a bunch of bugs and adding some new features, this version There are lots of interesting things happening in the Bot Framework world including a new [GUI for dialog management called Bot Framework Composer](https://github.com/microsoft/botframework-composer), a new templating system called [Language Generation](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/language-generation), and more. Check out the [main hub repo for more information.](https://github.com/microsoft/botframework-sdk#readme) +### NEW * NEW: At long last, the convo.ask callbacks can receive the full incoming message payload in addition to the text content. This allows developers to use payload values inside quick replies, button clicks and other rich operations. Many thanks to [@naikus](https://github.com/naikus) for the effort and patience it took to get this in! [PR #1801](https://github.com/howdyai/botkit/pull/1801) @@ -20,6 +21,8 @@ This allows developers to use payload values inside quick replies, button clicks [bot.getActiveDialog()](packages/docs/reference/core.md#getActiveDialog), and [bot.isDialogActive()](packages/docs/reference/core.md#isDialogActive) +### FIXED + * FIX: Facebook Adapter will not attempt to set up web routes if webserver is not configured. [#1916](https://github.com/howdyai/botkit/issues/1916) * FIX: Exclude `activity.conversation.properties` field when generating state storage key. [#1849](https://github.com/howdyai/botkit/issues/1849) * FIX: Allow startConversationWithUser to work with Bot Framework Emulator. [#1834](https://github.com/howdyai/botkit/issues/1834)