Skip to content
Snippets Groups Projects
Unverified Commit 126f8547 authored by Silas Davis's avatar Silas Davis
Browse files

Fix duplicated docs


Signed-off-by: default avatarSilas Davis <silas@monax.io>
parent aba7896d
No related branches found
No related tags found
No related merge requests found
# Hyperledger Burrow Changelog
## Version 0.20.0
This is a major (pre-1.0.0) release that brings upgrades, and new grpc services.
This is a major (pre-1.0.0) release that introduces the ability to change the validator set through GovTx, transaction execution history, and fuller GRPC endpoint.
#### Breaking changes
- Address format has been changed (by Tendermint and we have followed suite) - conversion is possible but simpler to regenerated keys
......@@ -21,6 +21,8 @@ This is a major (pre-1.0.0) release that brings upgrades, and new grpc services.
#### Bug fixes
- Fixed panic on nil bounds for blocks service
## Version 0.19.0
This is a major (pre-1.0.0) release that brings upgrades, safety improvements, cloud configuration, and GRPC endpoints to Burrow.
......
This is a major (pre-1.0.0) release that introduces the ability to change the validator set through GovTx, transaction execution history, and fuller GRPC endpoint.
#### Breaking changes
- Address format has been changed (by Tendermint and we have followed suite) - conversion is possible but simpler to regenerated keys
- JSON-RPC interface has been removed
......@@ -16,3 +18,5 @@
#### Bug fixes
- Fixed panic on nil bounds for blocks service
......@@ -29,7 +29,7 @@ func FullVersion() string {
// release tagging script: ./scripts/tag_release.sh
var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow").MustDeclareReleases(
"0.20.0",
`This is a major (pre-1.0.0) release that brings upgrades, safety improvements, cloud configuration, and GRPC endpoints to Burrow.
`This is a major (pre-1.0.0) release that introduces the ability to change the validator set through GovTx, transaction execution history, and fuller GRPC endpoint.
#### Breaking changes
- Address format has been changed (by Tendermint and we have followed suite) - conversion is possible but simpler to regenerated keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment