Update CHANGELOGs

This commit is contained in:
Brandon Millman
2018-08-05 20:58:57 -04:00
parent 7d0bec9b2a
commit 2273798df9
2 changed files with 13 additions and 0 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.1-rc.4",
"changes": [
{
"note": "Change hexSchema to match `0x`",
"pr": 937
}
]
},
{
"version": "1.0.1-rc.3",
"changes": [

View File

@@ -6,6 +6,10 @@
"note":
"Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters",
"pr": 936
},
{
"note": "Added marketUtils",
"pr": 937
}
]
},