Update CHANGELOGs

This commit is contained in:
Amir Bandeali
2019-08-15 16:51:50 -07:00
parent cc3be9448a
commit 8402d211bf
8 changed files with 99 additions and 1 deletions

View File

@@ -5,6 +5,14 @@
{
"note": "Disallow the zero address from being made an authorized address in MixinAuthorizable, and created an archive directory that includes an old version of Ownable",
"pr": 2019
},
{
"note": "Remove `LibAssetProxyIds` contract",
"pr": 2055
},
{
"note": "Compile and export all contracts, artifacts, and wrappers by default",
"pr": 2055
}
]
},

View File

@@ -33,6 +33,14 @@
{
"note": "Update for new `marketXOrders` consolidation.",
"pr": 2042
},
{
"note": "Use built in selectors instead of hard coded constants",
"pr": 2055
},
{
"note": "Compile and export all contracts, artifacts, and wrappers by default",
"pr": 2055
}
]
},

View File

@@ -1,4 +1,17 @@
[
{
"version": "1.0.0",
"changes": [
{
"note": "Use built in selectors instead of hard coded constants",
"pr": 2055
},
{
"note": "Compile and export all contracts, artifacts, and wrappers by default",
"pr": 2055
}
]
},
{
"timestamp": 1563193019,
"version": "0.0.4",

View File

@@ -77,6 +77,30 @@
{
"note": "Regenerate selectors.",
"pr": 2042
},
{
"note": "Convert `LibFillResults`, `LibOrder`, `LibZeroExTransaction`, and `LibMath` to libraries",
"pr": 2055
},
{
"note": "Remove `LibExchangeSelectors`",
"pr": 2055
},
{
"note": "Add `LibExchangeRichErrors`",
"pr": 2055
},
{
"note": "Add `calculateFillResults` and `calculateMatchedFillResults` to `LibFillResults`",
"pr": 2055
},
{
"note": "Remove `_hashEIP712ExchangeMessage` from `LibEIP712ExchangeDomain`",
"pr": 2055
},
{
"note": "Compile and export all contracts, artifacts, and wrappers by default",
"pr": 2055
}
]
},

View File

@@ -153,6 +153,26 @@
{
"note": "Add (semi) automated reentrancy tests and remove manual ones",
"pr": 2042
},
{
"note": "Refactor to use new `LibFillResults`, `LibOrder`, `LibZeroExTransaction`, and `LibMath` to libraries",
"pr": 2055
},
{
"note": "Remove `LibExchangeRichErrors` and `IExchangeRichErrors`",
"pr": 2055
},
{
"note": "Use built in selectors instead of `LibExchangeSelectors` constants",
"pr": 2055
},
{
"note": "Move `calculateFillResults` and `calculateMatchedFillResults` to `LibFillResults` in `exchange-libs` package",
"pr": 2055
},
{
"note": "Compile and export all contracts, artifacts, and wrappers by default",
"pr": 2055
}
]
},

View File

@@ -41,6 +41,18 @@
{
"note": "Throw a `SafeMathError` in `SafeMath._safeDiv()` when denominator is zero.",
"pr": 2031
},
{
"note": "Create `LibSafeMath`",
"pr": 2055
},
{
"note": "Rename `_rrevert` to `rrevert` in `LibRichErrors` contract",
"pr": 2055
},
{
"note": "Compile and export all contracts, artifacts, and wrappers by default",
"pr": 2055
}
]
},

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.1.0",
"changes": [
{
"note": "Generate boilerplate for all contracts if none are specified or if all contracts identifier is used",
"pr": 2055
}
]
},
{
"timestamp": 1563006338,
"version": "1.0.10",

View File

@@ -1,10 +1,14 @@
[
{
"version": "3.1.10",
"version": "3.2.0",
"changes": [
{
"note": "re-export new ethereum-types types, TupleDataItem",
"pr": 1919
},
{
"note": "Convert `getContractNamesToCompile` to public function of `Compiler` class",
"pr": 1919
}
]
},