Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 10, 2018
1 parent e7b8327 commit 26a2dba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- If `userID` props present and also embedded in Direct Line token, will use the one from Direct Line token
- If `userID` props present, they must be string and not prefixed with `dl_`, to avoid confusion between `userID` props and Direct Line embedded user ID (which is forgery-proof)
- If `userID` props does not pass the validation test or not specified, Web Chat will use `default-user` instead
- Support Cognitive Services Speech Services, in PR [#1442](https://github.com/Microsoft/BotFramework-WebChat/pull/1442)
- [Sample for Speech Services](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/6.c.cognitive-services-speech-services-js) (both subscription key and authorization token flow)
- [Sample for using lexical result](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/6.e.cognitive-services-speech-services-with-lexical-result) (text normalization)

### Changed
- Core: Saga will run after custom middleware, in [#1331](https://github.com/Microsoft/BotFramework-WebChat/pull/1331)
Expand Down

0 comments on commit 26a2dba

Please sign in to comment.