You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
644 B

  1. # Unreleased Changes
  2. ## vX.X
  3. Special thanks to external contributors on this release:
  4. Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermint).
  5. ### BREAKING CHANGES
  6. - CLI/RPC/Config
  7. - Apps
  8. - P2P Protocol
  9. - Go API
  10. - [crypto/armor]: \#6963 remove package which is unused, and based on
  11. deprecated fundamentals. Downstream users should maintain this
  12. library. (@tychoish)
  13. - [state] [store] [proxy] [rpc/core]: \#6937 move packages to
  14. `internal` to prevent consumption of these internal APIs by
  15. external users. (@tychoish)
  16. - Blockchain Protocol
  17. ### FEATURES
  18. ### IMPROVEMENTS
  19. ### BUG FIXES