From e3af06ab107f98d4ca4a195da05d808370b56bb4 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 15 Oct 2018 14:11:20 -0700 Subject: Update CHANGELOG.json for all changed packages --- packages/contract-wrappers/CHANGELOG.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'packages/contract-wrappers/CHANGELOG.json') 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 } ] }, -- cgit v1.2.3