From bf720157ca22e8072539cbf98f20e6bfa00a4718 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 24 Nov 2020 11:25:39 -0500 Subject: [PATCH] `@0x/contracts-zero-ex`: update changelog --- contracts/zero-ex/CHANGELOG.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contracts/zero-ex/CHANGELOG.json b/contracts/zero-ex/CHANGELOG.json index 3fc6efe662..3c38befd92 100644 --- a/contracts/zero-ex/CHANGELOG.json +++ b/contracts/zero-ex/CHANGELOG.json @@ -21,6 +21,10 @@ { "note": "Add a gas limit to first `LibTokenSpender` and `UniswapFeature` transfer", "pr": 38 + }, + { + "note": "Remove protocol fees from all RFQ orders and limit orders if taker is set", + "pr": 45 } ] },