From bf8fae2025e00dbf98d9fb09157151ba7e69d88e Mon Sep 17 00:00:00 2001 From: Alex Towle Date: Tue, 30 Jul 2019 17:36:13 -0700 Subject: [PATCH] Update changelog --- contracts/exchange/CHANGELOG.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index 21340834a5..fd52350d72 100644 --- a/contracts/exchange/CHANGELOG.json +++ b/contracts/exchange/CHANGELOG.json @@ -113,6 +113,10 @@ { "note": "Updated RichErrors to the library pattern", "pr": 1913 + }, + { + "note": "Rewrote _dispatchTransferFrom in Solidity", + "pr": 2020 } ] },