mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9511 from ethereum/ast-hex-string
[BREAKING] Distinguish between stringLiteral and hexStringLiteral in the JSON AST
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user