diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-01 17:12:36 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-03 19:31:19 +0800 |
commit | c6e85b78391fa494ef0721efcaea35637a5ebfb6 (patch) | |
tree | 0c96d62f0e26a8d0f8f318f3b91b87af6472b2ce /Changelog.md | |
parent | 0c457835ba08d9d8cfe92fbc05e0c48ea83a44b2 (diff) | |
download | dexon-solidity-c6e85b78391fa494ef0721efcaea35637a5ebfb6.tar.gz dexon-solidity-c6e85b78391fa494ef0721efcaea35637a5ebfb6.tar.zst dexon-solidity-c6e85b78391fa494ef0721efcaea35637a5ebfb6.zip |
Add instruction shadows solidity variables
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 914c6995..84d7f9b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Features: * Inline Assembly: Introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias. * Inline Assembly: Present proper error message when not supplying enough arguments to a functional instruction. + * Inline Assembly: Warn when instructions shadow Solidity variables. * Inline Assembly: Warn when using ``jump``s. * Remove obsolete Why3 output. * Type Checker: Enforce strict UTF-8 validation. |