diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 05:11:20 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 05:11:20 +0800 |
commit | e3af06ab107f98d4ca4a195da05d808370b56bb4 (patch) | |
tree | 7cc648ce7e8855422c585beb38e30bcaf5b005ca /packages/contract-wrappers/CHANGELOG.json | |
parent | be1a5972501c5d353d91b93e2bb14ed7130ceacd (diff) | |
download | dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.tar dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.tar.gz dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.tar.bz2 dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.tar.lz dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.tar.xz dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.tar.zst dexon-sol-tools-e3af06ab107f98d4ca4a195da05d808370b56bb4.zip |
Update CHANGELOG.json for all changed packages
Diffstat (limited to 'packages/contract-wrappers/CHANGELOG.json')
-rw-r--r-- | packages/contract-wrappers/CHANGELOG.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index 0770b6c0d..1955ae69b 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -1,9 +1,19 @@ [ { - "version": "2.1.0", + "version": "3.0.0", "changes": [ { "note": "Add optional validation to the forwarder wrapper methods" + }, + { + "note": + "Updated to use new modularized artifacts. Top-level `ContractWrappers` class has a new optional `contractAddresses` parameter. Contract addresses are no longer stored in artifacts and are instead loaded from the `@0xproject/contract-addresses` package. Most contract addresses are now defined at instantiation time and are available as properties (e.g., `exchangeWrapper.address`) instead of methods (e.g., `exchangeWrapper.getContractAddress()`). Some properties and methods have been renamed.", + "pr": 1105 + }, + { + "note": + "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers", + "pr": 1105 } ] }, |