aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/CHANGELOG.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-05 21:55:05 +0800
committerFabio Berger <me@fabioberger.com>2019-02-05 21:55:05 +0800
commita8078aa1511f9b6d4a265d5108e0391e78e6e1ed (patch)
treec3ad6d45657dde9c3348f1b2d4112c4d14b9ee4b /contracts/utils/CHANGELOG.json
parente021460f038b989f1fe78899ba7c2f8e29d416fd (diff)
parent7b583cecb29c24f561c8befa835ba9ef5a6918f6 (diff)
downloaddexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.gz
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.bz2
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.lz
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.xz
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.zst
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.zip
merge development
Diffstat (limited to 'contracts/utils/CHANGELOG.json')
-rw-r--r--contracts/utils/CHANGELOG.json31
1 files changed, 11 insertions, 20 deletions
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json
index 94434b803..187a81d70 100644
--- a/contracts/utils/CHANGELOG.json
+++ b/contracts/utils/CHANGELOG.json
@@ -1,8 +1,16 @@
[
{
- "version": "3.0.0",
+ "version": "2.0.0",
"changes": [
{
+ "note": "Upgrade the bignumber.js to v8.0.2",
+ "pr": 1517
+ },
+ {
+ "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports",
+ "pr": 1535
+ },
+ {
"note": "Add LibAddressArray contract",
"pr": 1539
},
@@ -14,25 +22,8 @@
"note": "Rename utils directory to src",
"pr": 1539
}
- ]
- },
- {
- "version": "2.0.1",
- "changes": [
- {
- "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports",
- "pr": 1535
- }
- ]
- },
- {
- "version": "2.0.0",
- "changes": [
- {
- "note": "Upgrade the bignumber.js to v8.0.2",
- "pr": 1517
- }
- ]
+ ],
+ "timestamp": 1549373905
},
{
"timestamp": 1547747677,