aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-29 23:46:24 +0800
committerFabio Berger <me@fabioberger.com>2018-03-29 23:46:24 +0800
commit9c01e3a8a0112124687a4355b65163ea355061d3 (patch)
treefb7828ed9e29704c900323fe8f1565389d520c7f /packages
parent29aa09e448c7b379eeea680e2e7c89a4998b04b8 (diff)
parentc4dd9658e791a9f821ea3b6eb4326bcba53b081a (diff)
downloaddexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.tar
dexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.tar.gz
dexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.tar.bz2
dexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.tar.lz
dexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.tar.xz
dexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.tar.zst
dexon-sol-tools-9c01e3a8a0112124687a4355b65163ea355061d3.zip
Merge branch 'development' into refactor/publishProcess
* development: Fix CHANGELOG Update Yarn.lock
Diffstat (limited to 'packages')
-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_