Skip to content

Commit

Permalink
Merge branch 'main' into async-listener-and-PrivateChannel-events
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest authored Sep 3, 2024
2 parents 5719b33 + af0268d commit 313f862
Show file tree
Hide file tree
Showing 14 changed files with 2,424 additions and 327 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed

* `Listener.unsubscribe()` was made async (the return type was changed from `void` to `Promise<void>`) for consistency with the rest of the API. ([#1305](https://github.com/finos/FDC3/pull/1305))
* Added reference materials and supported platforms information for FDC3 in .NET via the [finos/fdc3-dotnet](https://github.com/finos/fdc3-dotnet) project. ([#1108](https://github.com/finos/FDC3/pull/1108))
* The supported platforms page in the FDC3 documentation was moved into the API section as the information it provides all relates to FDC3 Desktop Agent API implementations. ([#1108](https://github.com/finos/FDC3/pull/1108))

### Deprecated

Expand Down
Loading

0 comments on commit 313f862

Please sign in to comment.