From 34f6facdee7e33ef0c0ab8ee32b917bd4db36fa2 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 20 Aug 2019 12:49:11 -0400 Subject: [PATCH] `@0x/contracts-exchange-libs`: Update CHANGELOG. --- contracts/exchange-libs/CHANGELOG.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json index 3aee997527..a1d61b034a 100644 --- a/contracts/exchange-libs/CHANGELOG.json +++ b/contracts/exchange-libs/CHANGELOG.json @@ -101,6 +101,10 @@ { "note": "Compile and export all contracts, artifacts, and wrappers by default", "pr": 2055 + }, + { + "note": "Update `IncompleteFillError` to take an `errorCode`, `expectedAssetFillAmount`, and `actualAssetFillAmount` fields.", + "pr": 2075 } ] },