diff options
Diffstat (limited to 'packages/sol-compiler/CHANGELOG.json')
-rw-r--r-- | packages/sol-compiler/CHANGELOG.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json index 977699ad6..78db31b0f 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -13,6 +13,10 @@ { "note": "Remove `bin_paths` and fetch the list of soliidty compilers from github", "pr": "TODO" + }, + { + "note": "Fix a bug when ast and legacyAST were not present in the artifacts even if requested", + "pr": "TODO" } ] }, |