diff options
Diffstat (limited to 'packages/order-utils/CHANGELOG.json')
-rw-r--r-- | packages/order-utils/CHANGELOG.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index 4358c2c9c..d74ba90ea 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -1,6 +1,7 @@ [ { - "version": "1.0.0", + "timestamp": 1532043000, + "version": "1.0.0-rc.1", "changes": [ { "note": "Refactor to work with V2 of 0x protocol", @@ -9,6 +10,10 @@ { "note": "Export parseECSignature method", "pr": 684 + }, + { + "note": "Handle Typed Arrays when hashing data", + "pr": 894 } ] }, |