@0x/contracts-exchange`: Update changelog.

This commit is contained in:
Lawrence Forman 2019-08-16 16:59:13 -04:00
parent 96bef08ac2
commit fd2a240c9f

View File

@ -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"
} }
] ]
}, },