Add changelog entry for making handleRequest private

This commit is contained in:
Fabio Berger
2018-03-21 17:38:23 +00:00
parent c55e7fa91a
commit ac25764d12

View File

@@ -2,8 +2,10 @@
## v0.8.1 - _TBD_
* Introduce `JSONRPCRequestPayloadWithMethod` type (#465)
* Export `ErrorCallback` type. (#465)
* Introduce `JSONRPCRequestPayloadWithMethod` type (#465)
* Export `ErrorCallback` type. (#465)
* Make `handleRequest` private in `LedgerSubprovider` since it should only be used
internally by the providerEngine. (#465)
## v0.8.0 - _March 18, 2018_