Revision 73ea5effe5e8ad6dfaf4a3923830d89a35274663 authored by Kunal Dhariwal on 15 January 2019, 13:12:35 UTC, committed by Anton Kaliaev on 15 January 2019, 13:12:35 UTC
1 parent 4daca1a
Raw File
CHANGELOG_PENDING.md
## v0.29.0

*TBD*

Special thanks to external contributors on this release:

### BREAKING CHANGES:

* CLI/RPC/Config
- [types] consistent field order of `CanonicalVote` and `CanonicalProposal`

* Apps

* Go API

* Blockchain Protocol
  * [merkle] \#2713 Merkle trees now match the RFC 6962 specification

* P2P Protocol

### FEATURES:

### IMPROVEMENTS:
- [rpc] \#3065 return maxPerPage (100), not defaultPerPage (30) if `per_page` is greater than the max 100.

### BUG FIXES:
- [log] \#3060 fix year format
back to top