add missing changelog entry

Refs #1901
This commit is contained in:
Anton Kaliaev 2018-07-09 13:54:22 +04:00
parent 0030a8e697
commit 22133ef97a
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ BREAKING CHANGES:
- [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.
- [config] Change `max_packet_msg_size` back to `max_packet_msg_payload_size`
FEATURES
- [cmd] Added metrics (served under `/metrics` using a Prometheus client;