Add CHANGELOG entry for change to getBlockAsync

This commit is contained in:
Fabio Berger 2018-09-24 15:02:47 +01:00
parent d0448c2bbd
commit ebddf82819

View File

@ -1,4 +1,13 @@
[
{
"version": "3.0.0",
"changes": [
{
"note":
"Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined."
}
]
},
{
"version": "2.0.3",
"changes": [