Merge pull request #9511 from ethereum/ast-hex-string

[BREAKING] Distinguish between stringLiteral and hexStringLiteral in the JSON AST
This commit is contained in:
chriseth
2020-07-27 12:34:40 +02:00
committed by GitHub
6 changed files with 8 additions and 3 deletions
+1
View File
@@ -104,6 +104,7 @@ Declarations
Interface Changes
=================
* JSON AST: Mark hex string literals with ``kind: "hexString"``.
* JSON AST: Members with value ``null`` are removed from JSON output.
* NatSpec: Constructors and functions have consistent userdoc output.