diff options
-rw-r--r-- | packages/sol-compiler/CHANGELOG.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json index 26878c085..cded2c3ad 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -15,7 +15,7 @@ "pr": 1596 }, { - "note": "Fix a bug when `ast` and `legacyAST` were not present in the artifacts even if requested", + "note": "Fix a bug causing `ast` and `legacyAST` to not be added to the artifacts even when requested", "pr": 1596 } ] |