Skip to content

Commit

Permalink
sdk: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Oct 6, 2020
1 parent 22aba8d commit 87734ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Fixed
- [#2094] Fix TransferState's timestamps missing
- [#2174] Fix a few transport issues triggered on high-load scenarios

### Added
- [#2044] Introduce PouchDB (IndexedDB/leveldown) as new persistent state storage backend
Expand All @@ -13,14 +14,15 @@
[#2044]: https://github.com/raiden-network/light-client/issues/2044
[#2094]: https://github.com/raiden-network/light-client/issues/2094
[#2158]: https://github.com/raiden-network/light-client/issues/2158
[#2174]: https://github.com/raiden-network/light-client/pull/2174

## [0.11.1] - 2020-08-18
### Changed
- [#2049] Target ES2019 (NodeJS 12+) on SDK builds
- [#2054] Update to Raiden contracts `v0.37.1`

[#2049]: https://github.com/raiden-network/light-client/issues/2049
[#2054]: https://github.com/raiden-network/light-client/pulls/2054
[#2054]: https://github.com/raiden-network/light-client/pull/2054


## [0.11.0] - 2020-08-04
Expand Down

0 comments on commit 87734ee

Please sign in to comment.