aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/CHANGELOG.md')
-rw-r--r--packages/order-utils/CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/order-utils/CHANGELOG.md b/packages/order-utils/CHANGELOG.md
index 17464a966..c8d1093e8 100644
--- a/packages/order-utils/CHANGELOG.md
+++ b/packages/order-utils/CHANGELOG.md
@@ -1,10 +1,20 @@
<!--
-This file is auto-generated using the monorepo-scripts package. Don't edit directly.
+changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
+## v1.0.0-rc.2 - _July 23, 2018_
+
+ * Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData`
+
+## v1.0.0-rc.1 - _July 20, 2018_
+
+ * Refactor to work with V2 of 0x protocol (#636)
+ * Export parseECSignature method (#684)
+ * Handle Typed Arrays when hashing data (#894)
+
## v0.0.9 - _July 18, 2018_
* Dependencies updated