Update CHANGELOGs

This commit is contained in:
Amir Bandeali 2019-06-09 22:36:41 -07:00
parent bf3ae730d6
commit f15560bd89
6 changed files with 42 additions and 9 deletions

View File

@ -1,19 +1,18 @@
[
{
"version": "2.3.0",
"changes": [
{
"note": "Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases.",
"pr": 1852
}
]
},
{
"version": "2.2.0",
"changes": [
{
"note": "Add `LibAssetProxyIds` contract",
"pr": 1835
},
{
"note": "Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases.",
"pr": 1852
},
{
"note": "Implement StaticCallProxy",
"pr": 1863
}
]
},

View File

@ -21,6 +21,10 @@
{
"note": "Refactor `OrderValidationUtils` to calculate `fillableTakerAssetAmount`",
"pr": 1848
},
{
"note": "Add support for StaticCallProxy",
"pr": 1863
}
]
}

View File

@ -5,6 +5,10 @@
{
"note": "add parameter assertions to methods",
"pr": 1823
},
{
"note": "Move `getABITransactionData` to `callAsync` template",
"pr": 1863
}
]
},

View File

@ -5,6 +5,10 @@
{
"note": "Update wrappers to include parameter assertions",
"pr": 1823
},
{
"note": "Update wrappers to include `getABIEncodedTransactionData` for view and pure functions",
"pr": 1863
}
]
},

View File

@ -1,4 +1,13 @@
[
{
"version": "8.2.0",
"changes": [
{
"note": "Add support for encoding/decoding StaticCallProxy assetData",
"pr": 1863
}
]
},
{
"timestamp": 1558712885,
"version": "8.1.1",

View File

@ -1,4 +1,17 @@
[
{
"version": "2.3.0",
"changes": [
{
"note": "Add StaticCallProxy types",
"pr": 1863
},
{
"note": "Add `InvalidStaticCallDataOffset`, `TargetNotEven`, `UnexpectedStaticCallResult`, and `InvalidAssetDataEnd` to `RevertReason` enum",
"pr": 1863
}
]
},
{
"version": "2.2.2",
"changes": [