diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-05 07:00:10 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-05 07:00:10 +0800 |
commit | e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4 (patch) | |
tree | c67136f54f2d8a25d888ab33b00d76fda6583f0b /packages/order-utils/CHANGELOG.md | |
parent | 831b4a119393ba6884796ef9b45b7e47965ec046 (diff) | |
parent | b5d88079d9876677ff983f02f55d8f98bc7ab439 (diff) | |
download | dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.gz dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.bz2 dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.lz dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.xz dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.zst dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/redux-styles-container
Diffstat (limited to 'packages/order-utils/CHANGELOG.md')
-rw-r--r-- | packages/order-utils/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/order-utils/CHANGELOG.md b/packages/order-utils/CHANGELOG.md index 747c988a2..24598883a 100644 --- a/packages/order-utils/CHANGELOG.md +++ b/packages/order-utils/CHANGELOG.md @@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only. CHANGELOG -## v1.0.7 - _October 2, 2018_ +## v1.0.7 - _October 4, 2018_ * Dependencies updated @@ -52,7 +52,7 @@ CHANGELOG * Make `sortFeeOrdersByFeeAdjustedRate` in `sortingUtils` generic (#997) * Update `findFeeOrdersThatCoverFeesForTargetOrders` to round the the nearest integer when calculating required fees (#997) -## v1.0.1-rc.3 - _August 14, 2018_ +## v1.0.1-rc.3 - _August 13, 2018_ * Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts. (#914) * Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters (#936) @@ -75,7 +75,7 @@ CHANGELOG * Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData` -## v1.0.0-rc.1 - _July 20, 2018_ +## v1.0.0-rc.1 - _July 19, 2018_ * Refactor to work with V2 of 0x protocol (#636) * Export parseECSignature method (#684) @@ -101,7 +101,7 @@ CHANGELOG * Add orderStateUtils, a module for computing order state needed to decide if an order is still valid -## v0.0.4 - _May 5, 2018_ +## v0.0.4 - _May 4, 2018_ * Dependencies updated |