update changelog

This commit is contained in:
Anton Kaliaev 2018-05-15 11:37:48 +04:00
parent 5115618550
commit 8d60a5a7bd
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## 0.19.4 (TBD)
BREAKING:
- [rpc] `/tx_search` now outputs maximum `?per_page` txs (you can provide custom `?per_page` up to 100; defaults to 30). You can set the `?page` (starts at 1).
- [rpc] `/unconfirmed_txs` now outputs maximum `?limit` txs (you can provide custom `?limit` up to 100; defaults to 30)
## 0.19.3 (May 14th, 2018)
FEATURES