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/utils/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/utils/CHANGELOG.json')
-rw-r--r-- | packages/utils/CHANGELOG.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/packages/utils/CHANGELOG.json b/packages/utils/CHANGELOG.json index 851c106d8..e82b5a6da 100644 --- a/packages/utils/CHANGELOG.json +++ b/packages/utils/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "4.0.0", + "changes": [ + { + "note": "Upgrade the bignumber.js to v8.0.2", + "pr": 1517 + } + ] + }, + { "timestamp": 1547561734, "version": "3.0.1", "changes": [ @@ -50,7 +59,8 @@ "version": "2.0.7", "changes": [ { - "note": "Optimized ABI Encoder/Decoder. Generates compressed calldata to save gas. Generates human-readable calldata to aid development." + "note": + "Optimized ABI Encoder/Decoder. Generates compressed calldata to save gas. Generates human-readable calldata to aid development." } ], "timestamp": 1544570656 @@ -181,7 +191,8 @@ "pr": 807 }, { - "note": "Store different ABIs for events with same function signature and different amount of indexed arguments", + "note": + "Store different ABIs for events with same function signature and different amount of indexed arguments", "pr": 933 } ], @@ -348,7 +359,8 @@ "version": "0.4.3", "changes": [ { - "note": "Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface." + "note": + "Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface." } ], "timestamp": 1521298800 @@ -391,7 +403,8 @@ "version": "0.3.0", "changes": [ { - "note": "Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes).", + "note": + "Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes).", "pr": 366 } ], |