Merge branch 'development' into refactor/0x-js-exported-interface

* development:
  fix(0x.js, order-utils): Fix CHANGELOG.json versions
This commit is contained in:
Fabio Berger
2018-08-13 18:15:50 -07:00
2 changed files with 6 additions and 16 deletions

View File

@@ -1,18 +1,13 @@
[
{
"version": "1.0.1-rc.4",
"changes": [
{
"pr": 914,
"note": "Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts"
}
]
},
{
"version": "1.0.1-rc.3",
"changes": [
{
"note": "Dependencies updated"
},
{
"pr": 914,
"note": "Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts"
}
]
},

View File

@@ -1,17 +1,12 @@
[
{
"version": "1.0.1-rc.4",
"version": "1.0.1-rc.3",
"changes": [
{
"pr": 914,
"note":
"Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts."
}
]
},
{
"version": "1.0.1-rc.3",
"changes": [
},
{
"note":
"Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters",