aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-08-24 15:56:34 +0800
committerGitHub <noreply@github.com>2017-08-24 15:56:34 +0800
commite216f2ff6de9b2dd998c37c919b8786f7dff1101 (patch)
treeb6fc54d6a328cc4c307bcf95deea36a609c88b94 /CHANGELOG.md
parent18f2a93950500e3efec7ae25e32ff644ebb7efcc (diff)
parent8d6045c1d5737ff2e62f6f3b906cf639da1aa2ba (diff)
downloaddexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar
dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.gz
dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.bz2
dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.lz
dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.xz
dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.zst
dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.zip
Merge pull request #128 from 0xProject/verifyOrder
Add implementation for public order validation functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ca451d85..b5fef398c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,14 @@
# CHANGELOG
-v0.9.4 - _TBD_
+v0.10.0 - _TBD_
------------------------
- * Add clear error message when checksummed address is passed to a public method (#124)
+ * Added `zeroEx.exchange.validateFillOrderThrowIfInvalidAsync` (#128)
+ * Added `zeroEx.exchange.validateFillOrKillOrderThrowIfInvalidAsync` (#128)
+ * Added `zeroEx.exchange.validateCancelOrderThrowIfInvalidAsync` (#128)
+ * Added `zeroEx.exchange.isRoundingErrorAsync` (#128)
+ * Added `zeroEx.proxy.getContractAddressAsync` (#130)
+ * Added clear error message when checksummed address is passed to a public method (#124)
* Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127)
- * Add `zeroEx.proxy.getContractAddressAsync` to public interface (#130)
v0.9.3 - _Aug 22, 2017_
------------------------