diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-12 07:30:29 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-12 08:45:35 +0800 |
commit | 6c62c92f0c26ec1da688097cfb3d63161281d87d (patch) | |
tree | 04781f5e1e7887f3375e7d4d17b490110760a67e /CHANGELOG.md | |
parent | c05737e7a62f7dce813b747b08b082ec13cf6186 (diff) | |
download | dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.tar dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.tar.gz dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.tar.bz2 dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.tar.lz dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.tar.xz dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.tar.zst dexon-sol-tools-6c62c92f0c26ec1da688097cfb3d63161281d87d.zip |
Reformat CHANGELOG to use past tense
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c026f3a..8e9d8e9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,34 +2,34 @@ v0.9.0 - TBD ------------------------ - * Remove the ability to call methods on multiple authorized Exchange smart contracts (#106) + * Removed the ability to call methods on multiple authorized Exchange smart contracts (#106) * Made `zeroEx.getOrderHashHex` a static method (#107) - * Cache `net_version` requests and invalidate the cache on calls to `setProvider` (#95) - * Rename `zeroEx.exchange.batchCancelOrderAsync` to `zeroEx.exchange.batchCancelOrdersAsync` - * Rename `zeroEx.exchange.batchFillOrderAsync` to `zeroEx.exchange.batchFillOrdersAsync` + * Cached `net_version` requests and invalidate the cache on calls to `setProvider` (#95) + * Renamed `zeroEx.exchange.batchCancelOrderAsync` to `zeroEx.exchange.batchCancelOrdersAsync` + * Renamed `zeroEx.exchange.batchFillOrderAsync` to `zeroEx.exchange.batchFillOrdersAsync` v0.8.0 - _Jul. 4, 2017_ ------------------------ - * Add the ability to call methods on different authorized versions of the Exchange smart contract (#82) - * Update contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59) - * Add `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync` (#89) - * Add `zeroEx.token.subscribeAsync` (#90) - * Make contract invalidation functions private (#90) + * Added the ability to call methods on different authorized versions of the Exchange smart contract (#82) + * Updated contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59) + * Added `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync` (#89) + * Added `zeroEx.token.subscribeAsync` (#90) + * Made contract invalidation functions private (#90) * `zeroEx.token.invalidateContractInstancesAsync` * `zeroEx.exchange.invalidateContractInstancesAsync` * `zeroEx.proxy.invalidateContractInstance` * `zeroEx.tokenRegistry.invalidateContractInstance` - * Fix the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance + * Fixed the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance v0.7.1 - _Jun. 26, 2017_ ------------------------ - * Add the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync` (#81) + * Added the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync` (#81) v0.7.0 - _Jun. 22, 2017_ ------------------------ - * Add Kovan smart contract artifacts (#78) - * Return fillAmount from `fillOrderAsync` and `fillUpToAsync` (#72) - * Return cancelledAmount from `cancelOrderAsync` (#72) + * Added Kovan smart contract artifacts (#78) + * Started returning fillAmount from `fillOrderAsync` and `fillUpToAsync` (#72) + * Started returning cancelledAmount from `cancelOrderAsync` (#72) * Renamed type `LogCancelArgs` to `LogCancelContractEventArgs` and `LogFillArgs` to `LogFillContractEventArgs` v0.6.2 - _Jun. 21, 2017_ |