Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2019-05-10 14:12:19 -03:00
parent 6dd78b8d35
commit 3cd31d49bb
82 changed files with 475 additions and 9 deletions

View File

@@ -10,7 +10,8 @@
"note": "Fix bug where WETH deposit/withdrawal events would not trigger an order state update",
"pr": 1809
}
]
],
"timestamp": 1557507213
},
{
"version": "4.0.6",

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.7 - _May 10, 2019_
* Fix race-condition bug due to async callback modifying shared state (#1789)
* Fix bug where WETH deposit/withdrawal events would not trigger an order state update (#1809)
## v4.0.6 - _April 11, 2019_
* Dependencies updated