diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:05:51 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:05:51 +0800 |
commit | 4404f92b3809a1edf538a1ebda6e0afe053b5e0c (patch) | |
tree | 49184e33779f4b07a9d480257fe6e4ceebf0af34 /packages/asset-buyer/CHANGELOG.json | |
parent | 0a279794642bde667a51401bd7cf2b2a1079c788 (diff) | |
download | dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.gz dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.bz2 dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.lz dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.xz dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.zst dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.zip |
Add CHANGELOG entries
Diffstat (limited to 'packages/asset-buyer/CHANGELOG.json')
-rw-r--r-- | packages/asset-buyer/CHANGELOG.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/packages/asset-buyer/CHANGELOG.json b/packages/asset-buyer/CHANGELOG.json index 0b717a887..98c30ca09 100644 --- a/packages/asset-buyer/CHANGELOG.json +++ b/packages/asset-buyer/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "5.0.0", + "changes": [ + { + "note": "Upgrade the bignumber.js to v8.0.2", + "pr": 1517 + } + ] + }, + { "timestamp": 1547561734, "version": "4.0.1", "changes": [ @@ -100,7 +109,8 @@ "pr": 1187 }, { - "note": "the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init.", + "note": + "the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init.", "pr": 1203 }, { @@ -108,11 +118,13 @@ "pr": 1197 }, { - "note": "Fix bug where `BuyQuoteInfo` objects could return `totalEthAmount` and `feeEthAmount` that were not whole numbers", + "note": + "Fix bug where `BuyQuoteInfo` objects could return `totalEthAmount` and `feeEthAmount` that were not whole numbers", "pr": 1207 }, { - "note": "Fix bug where default values for `AssetBuyer` public facing methods could get overriden by `undefined` values", + "note": + "Fix bug where default values for `AssetBuyer` public facing methods could get overriden by `undefined` values", "pr": 1207 }, { @@ -133,7 +145,8 @@ "pr": 1131 }, { - "note": "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers", + "note": + "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers", "pr": 1105 }, { |