diff options
author | Leonid <logvinov.leon@gmail.com> | 2018-01-18 06:56:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 06:56:08 +0800 |
commit | 60614ba250e8749311640dea1af3a69990672a81 (patch) | |
tree | b0ee9abf28596556a1d73de2c65a8731085b0dd9 /packages/0x.js/CHANGELOG.md | |
parent | 0e3bd0c6c19d0e0f6da59294dab5cb338337a1ee (diff) | |
parent | 278f68ae770b810960b761bd9eb7b57a24975253 (diff) | |
download | dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.tar dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.tar.gz dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.tar.bz2 dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.tar.lz dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.tar.xz dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.tar.zst dexon-sol-tools-60614ba250e8749311640dea1af3a69990672a81.zip |
Merge pull request #321 from 0xProject/fix/fill-up-to-validation
Fix fillOrdersUpTo validation
Diffstat (limited to 'packages/0x.js/CHANGELOG.md')
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index ab2537879..0a3b45513 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -3,7 +3,8 @@ ## v0.x.x - _TBD, 2018_ * Add an error parameter to the order watcher callback (#312) - * Fix the bug making it impossible to catch some errors from awaitTransactionMinedAsync (#312) + * Fix a bug making it impossible to catch some errors from awaitTransactionMinedAsync (#312) + * Fix a bug in fillOrdersUpTo validation making it impossible to fill up to if user doesn't have enough balance to fully fill all the orders (#321) ## v0.29.1 - _January 11, 2018_ |