diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index cf51699254..abdb2c003a 100644 --- a/contracts/exchange/CHANGELOG.json +++ b/contracts/exchange/CHANGELOG.json @@ -123,7 +123,15 @@ "pr": "TODO" }, { - "note": "Add `test/utils/reference_functions.ts` for `calculateFillResults`", + "note": "Add `ReferenceFunctions` as package export.", + "pr": "TODO" + }, + { + "note": "Remove `TestExchangeMath.sol`. Exchange math functions are now tested in the `exchange-libs` package and reference implementations are available there as well.", + "pr": "TODO" + }, + { + "note": "Remove functions from `TestExchangeInternals.sol` that are no longer tested in this package.", "pr": "TODO" } ]