aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-wrappers/CHANGELOG.json
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2019-01-10 20:12:45 +0800
committerJacob Evans <jacob@dekz.net>2019-01-12 15:49:16 +0800
commite3b3f82c8c48219de70c7bb3f8a0816c98f41ed0 (patch)
tree409c5e7c293dd5bc4e0235d96a24af2b39789a39 /packages/abi-gen-wrappers/CHANGELOG.json
parent797d7c7878e33ce012259a6a5db5335e9dc838ba (diff)
downloaddexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.tar
dexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.tar.gz
dexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.tar.bz2
dexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.tar.lz
dexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.tar.xz
dexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.tar.zst
dexon-0x-contracts-e3b3f82c8c48219de70c7bb3f8a0816c98f41ed0.zip
feature(migrations): Add MultiAssetProxy Migration
Diffstat (limited to 'packages/abi-gen-wrappers/CHANGELOG.json')
-rw-r--r--packages/abi-gen-wrappers/CHANGELOG.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/abi-gen-wrappers/CHANGELOG.json b/packages/abi-gen-wrappers/CHANGELOG.json
index 028415b9c..7b4d63bf9 100644
--- a/packages/abi-gen-wrappers/CHANGELOG.json
+++ b/packages/abi-gen-wrappers/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "version": "2.2.0",
+ "changes": [
+ {
+ "note": "Added `MultiAssetProxy`",
+ "pr": 1503
+ }
+ ]
+ },
+ {
"timestamp": 1547225310,
"version": "2.1.1",
"changes": [
@@ -50,7 +59,8 @@
"version": "1.1.0",
"changes": [
{
- "note": "`deployFrom0xArtifactAsync` additionally accepts artifacts that conform to the `SimpleContractArtifact` interface",
+ "note":
+ "`deployFrom0xArtifactAsync` additionally accepts artifacts that conform to the `SimpleContractArtifact` interface",
"pr": 1298
}
],