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
}
]
}