diff options
author | chriseth <chris@ethereum.org> | 2018-01-06 07:02:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 07:02:21 +0800 |
commit | bca01f8f680c4f7d3a2da56fa014f587c5645c6a (patch) | |
tree | 0e5406e44ed53dc63b934314a7c59aae03cdc8d2 /Changelog.md | |
parent | cf4fdab134366d36d2614fc549eadf149e8ee82b (diff) | |
parent | a91393f4d74352be022b9a83fc3007881f770ed7 (diff) | |
download | dexon-solidity-bca01f8f680c4f7d3a2da56fa014f587c5645c6a.tar.gz dexon-solidity-bca01f8f680c4f7d3a2da56fa014f587c5645c6a.tar.zst dexon-solidity-bca01f8f680c4f7d3a2da56fa014f587c5645c6a.zip |
Merge pull request #3382 from ethereum/julia-identifier-parser
Support some restricted tokens (return, byte, address) as identifier in Julia
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index bad9baab..9846023c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: * Limit the number of warnings raised for creating abstract contracts. * Inline Assembly: Issue warning for using jump labels (already existed for jump instructions). + * Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Julia mode. * SMT Checker: If-else branch conditions are taken into account in the SMT encoding of the program variables. |