Skip to content

Commit

Permalink
next: sdk: add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos authored and weilbith committed Jun 16, 2021
1 parent 208e656 commit cd484a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [Unreleased]
### Removed
- [#2571] **BREAKING** Remove ability to join and send messages to global service rooms
- [#2822] **BREAKING** Do not join global rooms anymore, so Matrix-based presence won't work

### Changed
- [#2572] **BREAKING** Send services messages through `toDevice` instead of global rooms
- [#2822] **BREAKING** Presence now gets fetched from PFS and requires a Bespin-compatible (Raiden 2.0) service and transport network

### Added
- [#2822] Added ability to use peer's presence from `LockedTransfer`'s `metadata.routes.address_metadata`

[#2571]: https://github.com/raiden-network/light-client/issues/2571
[#2572]: https://github.com/raiden-network/light-client/issues/2572
[#2822]: https://github.com/raiden-network/light-client/pull/2822

## [0.17.0] - 2021-06-15
### Added
- [#1576] Add functionality to deploy token networks
Expand Down

0 comments on commit cd484a6

Please sign in to comment.