diff options
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/utils/CHANGELOG.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index e33c3c7fc..94434b803 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -17,6 +17,15 @@ ] }, { + "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": [ { |