From afb310e90aa48cd101ca7cc7e96cb319e8c9eb5d Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Thu, 1 Aug 2019 18:27:24 -0400 Subject: [PATCH] `@0x/contracts-exchange`: Update changelog. --- contracts/exchange/CHANGELOG.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" } ]