Browse Source

add CHANGELOG

pull/456/head
Anton Kaliaev 7 years ago
parent
commit
cf11e6ba65
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      README.md

+ 15
- 0
README.md View File

@ -109,3 +109,18 @@ Each route is available as a GET request, as a JSONRPCv2 POST request, and via J
* [Tendermint](https://github.com/tendermint/tendermint/blob/master/rpc/core/routes.go)
* [Network Monitor](https://github.com/tendermint/netmon/blob/master/handlers/routes.go)
## CHANGELOG
### 0.7.0
BREAKING CHANGES:
- removed `Client` empty interface
- `ClientJSONRPC#Call` `params` argument became a map
IMPROVEMENTS:
- added `HTTPClient` interface, which can be used for both `ClientURI`
and `ClientJSONRPC`
- all params are now optional (Golang's default will be used if some param is missing)

Loading…
Cancel
Save