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 7a6174605..434c62211 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -7,15 +7,15 @@ "pr": 1575 }, { - "note": "Fix a bug when opts could not be undefined", + "note": "Fix a bug when `opts` could not be `undefined`", "pr": 1596 }, { - "note": "Remove `bin_paths` and fetch the list of soliidty compilers from github", + "note": "Remove `bin_paths` and fetch the list of Solidity compilers from Github", "pr": 1596 }, { - "note": "Fix a bug when ast and legacyAST were not present in the artifacts even if requested", + "note": "Fix a bug when `ast` and `legacyAST` were not present in the artifacts even if requested", "pr": 1596 } ] |