diff --git a/CHANGELOG.md b/CHANGELOG.md index b8068d91..e845d3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Added opt-in voice mode support with `/multimodal` endpoint, by [@pranavjoshi001](https://github.com/pranavjoshi001), in PR [#445](https://github.com/microsoft/BotFramework-DirectLineJS/pull/445) + - Enable by passing `enableVoiceMode: true` to DirectLineJS constructor + +### Changed + +- Added missing `replyToId` to `IActivity` typing, by [@orgads](https://github.com/orgads), in PR [#441](https://github.com/microsoft/BotFramework-DirectLineJS/pull/441) +- 💢 Minimum requirement has been updated to Node.js 20, by [@orgads](https://github.com/orgads), in PR [#463](https://github.com/microsoft/BotFramework-DirectLineJS/pull/463) +- 👷🏻 Removed `node-fetch` in test, by [@orgads](https://github.com/orgads), in PR [#465](https://github.com/microsoft/BotFramework-DirectLineJS/pull/465) +- Removed `Promise` polyfill, by [@orgads](https://github.com/orgads), in PR [#466](https://github.com/microsoft/BotFramework-DirectLineJS/pull/466) +- 👷🏻 Removed Webpack stats file from build, by [@orgads](https://github.com/orgads), in PR [#467](https://github.com/microsoft/BotFramework-DirectLineJS/pull/467) +- Bumped dependencies, by [@orgads](https://github.com/orgads), in PR [#469](https://github.com/microsoft/BotFramework-DirectLineJS/pull/469) + - Development dependencies + - [`jwt-decode@4.0.0`](https://npmjs.com/package/jwt-decode/v/4.0.0) + ## [0.16.0] - 2026-06-18 ### Changed