diff --git a/CHANGELOG.md b/CHANGELOG.md index c2edef40..ac55cd47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -243,8 +243,6 @@ Initial release. - :warning: This is a pre-release and not intended for usage with real funds. -[:warning:]: #:warning: - [Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.7.0...HEAD [0.7.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.5.2...v0.6.0 diff --git a/README.md b/README.md index 3de506aa..a1a75199 100644 --- a/README.md +++ b/README.md @@ -54,16 +54,17 @@ and on [go-perun's pkg.go.dev site](https://pkg.go.dev/perun.network/go-perun). ## Features -_go-perun_ currently supports all features needed for generalized two-party state channels. +_go-perun_ currently supports all features needed for two-party generalized state channels. The following features are provided: * Generalized two-party state channels, including app/sub-channels * Cooperatively settling * Channel disputes * Dispute watchtower * Data persistence +* Virtual two-party payment channels (direct dispute) The following features are planned for future releases: -* Virtual two-party channels (direct dispute) +* Virtual two-party state channels (direct dispute) * Virtual two-party channels (indirect dispute) * Multi-party ledger channels * Virtual multi-party channels (direct dispute)