From e1722cf7390847506dd1ff50bb4005ffb7142852 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Tue, 14 Jan 2020 14:48:08 -0800 Subject: [PATCH] Updated changelogs --- contracts/exchange/CHANGELOG.json | 9 +++++++++ contracts/utils/CHANGELOG.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index bd66451252..bacc2d6a4a 100644 --- a/contracts/exchange/CHANGELOG.json +++ b/contracts/exchange/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "3.1.0", + "changes": [ + { + "note": "Uses updated event decoding to properly decodes arrays and objects.", + "pr": 2443 + } + ] + }, { "timestamp": 1578272714, "version": "3.0.3", diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index f2bb4eefc2..0504112e44 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "4.1.0", + "changes": [ + { + "note": "Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects.", + "pr": 2443 + } + ] + }, { "timestamp": 1578272714, "version": "4.0.3",