Skip to content

Commit

Permalink
Add SendChatMessage, ChatRoom and ChatMessage in the Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
symphony-jean-michael committed Nov 10, 2022
1 parent bfc8c03 commit 6a62c40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

* Added a `SendChatMessage` intent to be used when a user wants to send a message to an existing chat room. ([#794](https://github.com/finos/FDC3/pull/794))
* Added a context type representing a chat message (`fdc3.chat.message`). ([#794](https://github.com/finos/FDC3/pull/794))
* Added a context type representing a chat room (`fdc3.chat.room`). ([#794](https://github.com/finos/FDC3/pull/794))

### Changed

* Updated the `StartChat` intent to return a reference to the room. ([#794](https://github.com/finos/FDC3/pull/794))

### Deprecated

### Fixed
Expand Down

0 comments on commit 6a62c40

Please sign in to comment.