Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-09-28 19:15:38 +01:00
parent c7e26cd448
commit c354129b6f
54 changed files with 320 additions and 6 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1538157789,
"version": "2.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.0.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.1 - _September 28, 2018_
* Dependencies updated
## v2.0.0 - _September 25, 2018_
* 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. (#1080)