Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2019-03-20 15:26:43 +01:00
parent 0490ef5900
commit 3f9fd7c060
94 changed files with 1884 additions and 20 deletions

View File

@@ -14,7 +14,8 @@
"note": "Fix race-condition bugs due to async event callbacks modifying shared state",
"pr": 1718
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.4 - _March 20, 2019_
* Update websocket from ^1.0.25 to ^1.0.26 (#1685)
* Fix issue where ERC721 Approval events could cause a lookup on undefined object (#1692)
* Fix race-condition bugs due to async event callbacks modifying shared state (#1718)
## v4.0.3 - _March 1, 2019_
* Dependencies updated