diff options
-rw-r--r-- | packages/sol-compiler/CHANGELOG.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json index 78db31b0f..7a6174605 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -8,15 +8,15 @@ }, { "note": "Fix a bug when opts could not be undefined", - "pr": "TODO" + "pr": 1596 }, { "note": "Remove `bin_paths` and fetch the list of soliidty compilers from github", - "pr": "TODO" + "pr": 1596 }, { "note": "Fix a bug when ast and legacyAST were not present in the artifacts even if requested", - "pr": "TODO" + "pr": 1596 } ] }, |