aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-08-23 21:27:27 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-08-24 15:55:01 +0800
commit202d619435147499125e4f50b960c6849ca678ea (patch)
tree1d51e70d41032f408398f7ff7379616d6f15274b /CHANGELOG.md
parent37676d338edebb6a24b94865066f9cd3186efd5e (diff)
downloaddexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.tar
dexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.tar.gz
dexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.tar.bz2
dexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.tar.lz
dexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.tar.xz
dexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.tar.zst
dexon-sol-tools-202d619435147499125e4f50b960c6849ca678ea.zip
Fix isRoundingError name in CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d768a317..8aec1f5d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,10 @@
v0.10.0 - _TBD_
------------------------
- * Added `zeroEx.exchange.validateFillOrderAndThrowIfInvalidAsync` (#128)
- * Added `zeroEx.exchange.validateFillOrKillOrderAndThrowIfInvalidAsync` (#128)
- * Added `zeroEx.exchange.validateCancelOrderAndThrowIfInvalidAsync` (#128)
- * Added `zeroEx.exchange.isRoundingError` (#128)
- * Add `zeroEx.proxy.getContractAddressAsync` to public interface (#130)
+ * Added `zeroEx.exchange.validateFillOrderThrowIfInvalidAsync` (#128)
+ * Added `zeroEx.exchange.validateFillOrKillOrderThrowIfInvalidAsync` (#128)
+ * Added `zeroEx.exchange.validateCancelOrderThrowIfInvalidAsync` (#128)
+ * Added `zeroEx.exchange.isRoundingErrorAsync` (#128)
* Add clear error message when checksummed address is passed to a public method (#124)
* Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127)