diff options
author | chriseth <chris@ethereum.org> | 2017-06-22 01:32:56 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-26 22:31:36 +0800 |
commit | d0b6de0b346b319c85747fdbee76c1d204d6ced6 (patch) | |
tree | c1c58441ee94e082c753ce5727d79fd61d28e504 /Changelog.md | |
parent | 751ba701bca0fbcae6d74cfdc23a4ac4a1c3dfab (diff) | |
download | dexon-solidity-d0b6de0b346b319c85747fdbee76c1d204d6ced6.tar.gz dexon-solidity-d0b6de0b346b319c85747fdbee76c1d204d6ced6.tar.zst dexon-solidity-d0b6de0b346b319c85747fdbee76c1d204d6ced6.zip |
Warn about copies in storage that might overwrite unexpectedly.
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 cfedf1fc..183f79ab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ Features: * Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias. * Inline Assembly: ``for`` and ``switch`` statements. * Inline Assembly: function definitions and function calls. + * Type Checker: Warn about copies in storage that might overwrite unexpectedly. * Code Generator: Added the Whiskers template system. * Remove obsolete Why3 output. |