diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-27 17:24:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 17:24:03 +0800 |
commit | bc31d4969ccdea8804f573bcf5104c154df9aff6 (patch) | |
tree | 88c88883d7b40302382d64aa8ba72a96ab210c97 /Changelog.md | |
parent | 9d201a086c13b6d6bf036b60aac9e614a5ebc961 (diff) | |
parent | 336c9e8f321c9829340affbe57ae4f2c07fad4aa (diff) | |
download | dexon-solidity-bc31d4969ccdea8804f573bcf5104c154df9aff6.tar.gz dexon-solidity-bc31d4969ccdea8804f573bcf5104c154df9aff6.tar.zst dexon-solidity-bc31d4969ccdea8804f573bcf5104c154df9aff6.zip |
Merge pull request #2437 from ethereum/warnDoubleCopyStorage
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 8eaa8271..6d9fe477 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. |