From 6c62c92f0c26ec1da688097cfb3d63161281d87d Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 11 Jul 2017 16:30:29 -0700 Subject: Reformat CHANGELOG to use past tense --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file 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_ -- cgit v1.2.3