Skip to content

Commit 1fc30ba

Browse files
authored
🔀 Merge pull request #142 from perun-network/0.7.0-fixup-changelog
fixup warning
2 parents f66a8b0 + 36c9698 commit 1fc30ba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.7.0] Ganymed - 2021-07-09 [:warning:]
9+
## [0.7.0] Ganymede - 2021-07-09 [:warning:]
1010
Virtual channels. And some other additions.
1111

1212
### Added :sparkles:
@@ -22,7 +22,7 @@ GitHub CI ([#3](https://github.com/hyperledger-labs/go-perun/pull/3)),
2222
Eth sim backend auto mining ([#104](https://github.com/hyperledger-labs/go-perun/pull/104))
2323

2424
### Changed :construction:
25-
- :boom: **Asset holder validation** ([#111](https://github.com/hyperledger-labs/go-perun/pull/111)): Asset holder validation does no longer include adjudicator validation.
25+
- [:boom:] **Asset holder validation** ([#111](https://github.com/hyperledger-labs/go-perun/pull/111)): Asset holder validation does no longer include adjudicator validation.
2626
- **Current state in HandleUpdate** [#33](https://github.com/hyperledger-labs/go-perun/pull/33): The update handler now receives the current channel state as a parameter.
2727
- **Funder usability** [#74](https://github.com/hyperledger-labs/go-perun/pull/74): Streamlined Eth funder setup.
2828
- 2021 updates ([2212847d](https://github.com/perun-network/go-perun/commit/2212847de68d683865427c7e11abd48b589f90ee)),
@@ -240,8 +240,11 @@ Initial release.
240240

241241

242242
## Legend
243-
- :warning: This is a pre-release and not intended for usage with real funds.
243+
- <span id="warning">:warning:</span> This is a pre-release and not intended for usage with real funds.
244+
- <span id="breaking">:boom:</span> This is a breaking change, e.g., it changes the external API.
244245

246+
[:warning:]: #warning
247+
[:boom:]: #breaking
245248

246249
[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.7.0...HEAD
247250
[0.7.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.6.0...v0.7.0

0 commit comments

Comments
 (0)