Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Change strings to numbers in CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jan 22, 2019
1 parent 3e910c0 commit 8ce8850
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contracts/utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sol-profiler/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"changes": [
{
"note": "Fix a bug when some parts of the profiling report were missing because of the coverage ignore lines",
"pr": "1535"
"pr": 1535
}
]
},
Expand Down
8 changes: 4 additions & 4 deletions packages/sol-tracing-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"changes": [
{
"note": "`SolCompilerArtifactAdapter` now uses `SolResolver` under the hood which allows to resolve `NPM` dependencies properly",
"pr": "1535"
"pr": 1535
},
{
"note": "Cache the `utils.getContractDataIfExists` leading to faster execution",
"pr": "1535"
"pr": 1535
},
{
"note": "`SolCompilerArtifactAdapter` now doesn't return the `ContractData` for interfaces",
"pr": "1535"
"pr": 1535
},
{
"note": "Print resasonable error message on bytecode collision",
"pr": "1535"
"pr": 1535
}
]
},
Expand Down

0 comments on commit 8ce8850

Please sign in to comment.