Merge changelog entries

This commit is contained in:
Jacob Evans 2019-05-10 17:53:09 +02:00
parent a67659ff8e
commit 0e758fadee
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842

View File

@ -1,19 +1,14 @@
[ [
{
"version": "4.0.8",
"changes": [
{
"note": "Fix bug where WETH deposit/withdrawal events would not trigger an order state update",
"pr": 1809
}
]
},
{ {
"version": "4.0.7", "version": "4.0.7",
"changes": [ "changes": [
{ {
"note": "Fix race-condition bug due to async callback modifying shared state", "note": "Fix race-condition bug due to async callback modifying shared state",
"pr": 1789 "pr": 1789
},
{
"note": "Fix bug where WETH deposit/withdrawal events would not trigger an order state update",
"pr": 1809
} }
] ]
}, },