From 7e60138e9d1a19004b1ad5337d2ee751a777129f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 21 Jan 2019 16:37:50 +0100 Subject: Fix imports in TestContracts and testLibBytes to be relative. This way they show up correctly in coverage reports --- contracts/utils/CHANGELOG.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'contracts/utils/CHANGELOG.json') diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 724ab1e4a..0658d1239 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "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": "TODO" + } + ] + }, { "version": "2.0.0", "changes": [ -- cgit v1.2.3 From 4a6bdfae236c9977c9b2b1cfa7e43240bb8b9fb5 Mon Sep 17 00:00:00 2001 From: Fabio B Date: Tue, 22 Jan 2019 13:29:07 +0100 Subject: Update contracts/utils/CHANGELOG.json Co-Authored-By: LogvinovLeon --- contracts/utils/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contracts/utils/CHANGELOG.json') diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 0658d1239..dcc03ecf7 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -4,7 +4,7 @@ "changes": [ { "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports", - "pr": "TODO" + "pr": "1535" } ] }, -- cgit v1.2.3 From 8ce885089e20e8695d8aa5b3b8d246704fc1133c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 22 Jan 2019 21:23:58 +0100 Subject: Change strings to numbers in CHANGELOGs --- contracts/utils/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contracts/utils/CHANGELOG.json') diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index dcc03ecf7..d44a81fef 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -4,7 +4,7 @@ "changes": [ { "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports", - "pr": "1535" + "pr": 1535 } ] }, -- cgit v1.2.3