aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-24 23:54:50 +0800
committerGitHub <noreply@github.com>2017-10-24 23:54:50 +0800
commit8330dabda829ab507c859cf72462351f4ede70b9 (patch)
treef7b8b42ae711535f2ba75e87428286b32697265d /CHANGELOG.md
parentcd1f0c74c1439302cd691449c0493ed7a1c14bf3 (diff)
parent1fd8c2a6e28150cb7825cf79b0d46c1db9286053 (diff)
downloaddexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.tar
dexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.tar.gz
dexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.tar.bz2
dexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.tar.lz
dexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.tar.xz
dexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.tar.zst
dexon-sol-tools-8330dabda829ab507c859cf72462351f4ede70b9.zip
Merge pull request #197 from 0xProject/fix/rounding
Fix rounding of maker fill amount and correctly validate partial fees
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a60daca4..1148929e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+v0.22.2 - _October 24, 2017_
+------------------------
+ * Fixed rounding of maker fill amount and incorrect validation of partial fees (#197)
+
v0.22.0 - _October 16, 2017_
------------------------
* Started using `OrderFillRequest` interface instead of `OrderFillOrKillRequest` interface for `zeroEx.exchange.batchFillOrKill` (#187)