diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2018-12-15 03:26:38 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2018-12-19 05:36:05 +0800 |
commit | afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6 (patch) | |
tree | 562986e04a407f1047d025d23ea2f34a9ce1910b /contracts/protocol | |
parent | 00f5b94d0a585ccf4b1df4c9bddb4c19eb86cfe2 (diff) | |
download | dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.tar dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.tar.gz dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.tar.bz2 dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.tar.lz dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.tar.xz dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.tar.zst dexon-sol-tools-afe200c4e1bd76d5f2dbfcb7898ca025a7bb3dd6.zip |
Updated changelogs for new contracts
Diffstat (limited to 'contracts/protocol')
-rw-r--r-- | contracts/protocol/CHANGELOG.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contracts/protocol/CHANGELOG.json b/contracts/protocol/CHANGELOG.json index 5c3798a69..2dca9794a 100644 --- a/contracts/protocol/CHANGELOG.json +++ b/contracts/protocol/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "2.2.0", + "changes": [ + { + "note": "Added LibAddressArray", + "pr": 1383 + } + ] + }, + { "timestamp": 1544741676, "version": "2.1.59", "changes": [ |