Files
tendermint/CHANGELOG_PENDING.md

609 B

Unreleased Changes

v0.37.0

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

    • [abci/counter] #6684 Delete counter example app
  • P2P Protocol

  • Go API

    • [all] [#9144] Change spelling from British English to American (@cmwaters)
      • Rename "Subscription.Cancelled()" to "Subscription.Canceled()" in libs/pubsub
  • Blockchain Protocol

FEATURES

IMPROVEMENTS

BUG FIXES

[docker] #9073 enable cross platform build using docker buildx