Add entry about newly exposed method

This commit is contained in:
Fabio Berger 2018-09-25 11:02:49 +01:00
parent 9c89d1e99b
commit 21910a7129

View File

@ -6,6 +6,10 @@
"note":
"Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined.",
"pr": 1082
},
{
"note": "Expose `sendRawPayloadAsync` so one can easily extend `Web3Wrapper` with their own custom JSON RPC calls",
"pr": 1080
}
]
},