Update CHANGELOGs with PR numbers.

This commit is contained in:
Lawrence Forman
2019-08-16 18:22:52 -04:00
parent 748566b4fb
commit 8c06d660ea
5 changed files with 10 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
},
{
"note": "Add `marketBuy/SellOrdersNoThrow` and `marketBuy/SellOrdersFillOrKill` to `LibTransactionDecoder`.",
"pr": "TODO"
"pr": 2075
}
]
},

View File

@@ -176,23 +176,23 @@
},
{
"note": "Rename `marketSellOrders` and `marketBuyOrders` back to `marketSellOrdersNoThrow` and `marketBuyOrdersNoThrow`.",
"pr": "TODO"
"pr": 2075
},
{
"note": "Introduce new `marketSellOrdersFillOrKill` and `marketBuyOrdersFillOrKill` functions.",
"pr": "TODO"
"pr": 2075
},
{
"note": "Add new rich error types: `IncompleteMarketBuyError` and `IncompleteMarketSellError`.",
"pr": "TODO"
"pr": 2075
},
{
"note": "Use `abi.decode()` in `LibExchangeRichErrorDecoder` over `LibBytes`.",
"pr": "TODO"
"pr": 2075
},
{
"note": "Overridden functions in `ReentrancyTester` now return sane values.",
"pr": "TODO"
"pr": 2075
}
]
},