@0x/contracts-exchange`: Update changelog.
This commit is contained in:
parent
96bef08ac2
commit
fd2a240c9f
@ -173,6 +173,26 @@
|
|||||||
{
|
{
|
||||||
"note": "Compile and export all contracts, artifacts, and wrappers by default",
|
"note": "Compile and export all contracts, artifacts, and wrappers by default",
|
||||||
"pr": 2055
|
"pr": 2055
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Rename `marketSellOrders` and `marketBuyOrders` back to `marketSellOrdersNoThrow` and `marketBuyOrdersNoThrow`.",
|
||||||
|
"pr": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Introduce new `marketSellOrdersFillOrKill` and `marketBuyOrdersFillOrKill` functions.",
|
||||||
|
"pr": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add new rich error types: `IncompleteMarketBuyError` and `IncompleteMarketSellError`.",
|
||||||
|
"pr": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Use `abi.decode()` in `LibExchangeRichErrorDecoder` over `LibBytes`.",
|
||||||
|
"pr": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Overridden functions in `ReentrancyTester` now return sane values.",
|
||||||
|
"pr": "TODO"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user