aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-29 23:44:50 +0800
committerFabio Berger <me@fabioberger.com>2018-03-29 23:44:50 +0800
commitc4dd9658e791a9f821ea3b6eb4326bcba53b081a (patch)
treeab909cc587f5cbcbe89f4f99b3fb62f180c00ae8
parent1337b6928a78ab53d7f3971fe9c809900fa356db (diff)
downloaddexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.tar
dexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.tar.gz
dexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.tar.bz2
dexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.tar.lz
dexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.tar.xz
dexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.tar.zst
dexon-sol-tools-c4dd9658e791a9f821ea3b6eb4326bcba53b081a.zip
Fix CHANGELOG
-rw-r--r--packages/0x.js/CHANGELOG.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md
index f4f5f415b..ca6b985d3 100644
--- a/packages/0x.js/CHANGELOG.md
+++ b/packages/0x.js/CHANGELOG.md
@@ -41,10 +41,7 @@
## v0.31.0 - _January 30, 2018_
- * Add the `shouldAddPersonalMessagePrefix` parameter to `signOrderHashAsync` so that the
- caller can decide on whether to add the personalMessage prefix before relaying the request
- to the signer. Parity Signer, Ledger and TestRPC add the prefix themselves, Metamask expects
- it to have already been added. (#349)
+ * Add the `shouldAddPersonalMessagePrefix` parameter to `signOrderHashAsync` so that the caller can decide on whether to add the personalMessage prefix before relaying the request to the signer. Parity Signer, Ledger and TestRPC add the prefix themselves, Metamask expects it to have already been added. (#349)
## v0.30.2 - _January 29, 2018_