From 52e287fc7d0f80eeda2b98e764caa531bbf7340b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 5 Feb 2019 13:57:38 +0100 Subject: Fix CHANGELOGs --- contracts/utils/CHANGELOG.json | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'contracts/utils/CHANGELOG.json') diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 94434b803..377f62394 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,7 +1,15 @@ [ { - "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 @@ -16,24 +24,6 @@ } ] }, - { - "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": 1547747677, "version": "1.0.6", -- cgit v1.2.3 From f3d9520db20934951d5f75567b947fcf82114761 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 5 Feb 2019 14:50:02 +0100 Subject: Updated CHANGELOGS --- contracts/utils/CHANGELOG.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contracts/utils/CHANGELOG.json') diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 377f62394..187a81d70 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -22,7 +22,8 @@ "note": "Rename utils directory to src", "pr": 1539 } - ] + ], + "timestamp": 1549373905 }, { "timestamp": 1547747677, -- cgit v1.2.3