Add changelog entries

This commit is contained in:
Fabio Berger
2018-09-21 14:24:50 +01:00
parent b0484eafe3
commit 31f6fc065f
2 changed files with 16 additions and 0 deletions

View File

@@ -1,4 +1,12 @@
[
{
"version": "2.0.0",
"changes": [
{
"note": "Fixes dropped events in subscriptions by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too."
}
]
},
{
"version": "1.0.3",
"changes": [

View File

@@ -1,4 +1,12 @@
[
{
"version": "2.0.0",
"changes": [
{
"note": "Fixes dropped events issue by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too."
}
]
},
{
"version": "1.0.3",
"changes": [