diff options
Diffstat (limited to 'packages/order-utils/CHANGELOG.json')
-rw-r--r-- | packages/order-utils/CHANGELOG.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index 1bdb25347..f3c54711f 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -1,5 +1,22 @@ [ { + "changes": [ + { + "note": "Export parseECSignature method", + "pr": 684 + } + ] + }, + { + "version": "0.1.0", + "changes": [ + { + "note": "Make order-utils compatible with V2 of 0x protocol", + "pr": 636 + } + ] + }, + { "version": "0.0.5", "changes": [ { |