Update changelogs.

This commit is contained in:
Lawrence Forman
2019-08-07 19:54:57 -04:00
parent 1d0dce7366
commit cc8d5ac93a
3 changed files with 45 additions and 28 deletions

View File

@@ -1,4 +1,41 @@
[
{
"version": "3.0.0",
"changes": [
{
"note": "Add chainId to domain separator",
"pr": 1742
},
{
"note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
"pr": 1742
},
{
"note": "Update domain separator",
"pr": 1742
},
{
"note": "Refactor contract to use new ITransactions interface",
"pr": 1753
},
{
"note": "Add verifyingContractIfExists arg to LibEIP712CoordinatorDomain constructor",
"pr": 1753
},
{
"note": "Remove LibZeroExTransaction contract",
"pr": 1753
},
{
"note": "Update tests for arbitrary fee tokens (ZEIP-28).",
"pr": 1819
},
{
"note": "Update for new `marketXOrders` consolidation.",
"pr": "TODO"
}
]
},
{
"timestamp": 1563193019,
"version": "2.0.7",
@@ -72,34 +109,6 @@
{
"note": "Make `assertValidTransactionOrdersApproval` internal",
"pr": 1729
},
{
"note": "Add chainId to domain separator",
"pr": 1742
},
{
"note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
"pr": 1742
},
{
"note": "Update domain separator",
"pr": 1742
},
{
"note": "Refactor contract to use new ITransactions interface",
"pr": 1753
},
{
"note": "Add verifyingContractIfExists arg to LibEIP712CoordinatorDomain constructor",
"pr": 1753
},
{
"note": "Remove LibZeroExTransaction contract",
"pr": 1753
},
{
"note": "Update tests for arbitrary fee tokens (ZEIP-28).",
"pr": 1819
}
],
"timestamp": 1554997931

View File

@@ -73,6 +73,10 @@
{
"note": "Fix coverage hooks.",
"pr": 2031
},
{
"note": "Regenerate selectors.",
"pr": "TODO"
}
]
},

View File

@@ -149,6 +149,10 @@
{
"note": "Update `Wallet` signature type behavior to be in line with v2.1.",
"pr": "TODO"
},
{
"note": "Add (semi) automated reentrancy tests and remove manual ones",
"pr": "TODO"
}
]
},