diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-21 23:32:12 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-21 23:32:12 +0800 |
commit | e5c4390489b02f87a4d497095ea83d0737047afc (patch) | |
tree | 7dc58aed853a38a99a42d589802fba13b183ddea /packages/sol-profiler | |
parent | 61910f264c4671f057f774a415c673f10c09ddb1 (diff) | |
download | dexon-0x-contracts-e5c4390489b02f87a4d497095ea83d0737047afc.tar.gz dexon-0x-contracts-e5c4390489b02f87a4d497095ea83d0737047afc.tar.zst dexon-0x-contracts-e5c4390489b02f87a4d497095ea83d0737047afc.zip |
Fix a bug when some parts of the profiling report were missing because of the coverage ignore lines
Diffstat (limited to 'packages/sol-profiler')
-rw-r--r-- | packages/sol-profiler/CHANGELOG.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/sol-profiler/CHANGELOG.json b/packages/sol-profiler/CHANGELOG.json index 550ca2feb..de1f09fa8 100644 --- a/packages/sol-profiler/CHANGELOG.json +++ b/packages/sol-profiler/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "2.0.1", + "changes": [ + { + "note": "Fix a bug when some parts of the profiling report were missing because of the coverage ignore lines", + "pr": "TODO" + } + ] + }, + { "version": "2.0.0", "changes": [ { |