add missing changelog entry

Closes #1901
This commit is contained in:
Anton Kaliaev 2018-07-05 11:39:42 +04:00 committed by Alexander Simmerl
parent 8d2d94c1c0
commit 7b153bde31
No known key found for this signature in database
GPG Key ID: 4694E95C9CC61BDA
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ BREAKING CHANGES:
- [tmlibs] Update to v0.9.0 and merge into `libs`
* remove `merkle` package (moved to `crypto/merkle`)
- [rpc] `syncing` is now called `catching_up`.
- [config] Remove `max_block_size_txs` and `max_block_size_bytes` in favor of
consensus params from the genesis file.
FEATURES
- [cmd] Added metrics (served under `/metrics` using a Prometheus client;