diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-08-23 20:42:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 20:42:45 +0800 |
commit | d837e27739614ce6a132e8583409425f726bef89 (patch) | |
tree | 9ecf2e0df53080fe6e9818779f344bebcdf3fef2 /CHANGELOG.md | |
parent | 51f2c46ed04474099de4c9c9f60f5caf4ea60937 (diff) | |
parent | 894ade168d5ff09a0b6a9b9a04a0a6b58dcc58ce (diff) | |
download | dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.gz dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.bz2 dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.lz dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.xz dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.zst dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.zip |
Merge pull request #127 from 0xProject/shouldThrowOnInsufficientBalanceOrAllowance
Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a830106f6..9cdda5785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # CHANGELOG -v0.9.4 - _Aug 22, 2017_ +v0.9.4 - _TBD_ ------------------------ * Add clear error message when checksummed address is passed to a public method (#124) + * Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127) v0.9.3 - _Aug 22, 2017_ ------------------------ |