diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-01 04:14:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-01 04:14:38 +0800 |
commit | b3be9d6fdc195519eccce22f07af5ee42af399ed (patch) | |
tree | c13218e7467c03e31af6dc90a560d3f20dc7cf6a /Changelog.md | |
parent | 95f790295564997705f455e3ed18b6c51546a847 (diff) | |
parent | 0c92f5394456cb0818a53ceaab05199246b7a274 (diff) | |
download | dexon-solidity-b3be9d6fdc195519eccce22f07af5ee42af399ed.tar.gz dexon-solidity-b3be9d6fdc195519eccce22f07af5ee42af399ed.tar.zst dexon-solidity-b3be9d6fdc195519eccce22f07af5ee42af399ed.zip |
Merge pull request #2445 from ethereum/inlineasm-warn-jump
Warn on JUMP/JUMPI in inline assembly
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 4f224d5b..68f2272d 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: ``for`` and ``switch`` statements. * Inline Assembly: function definitions and function calls. + * Inline Assembly: Warn when using ``jump``s. * Type Checker: Warn about copies in storage that might overwrite unexpectedly. * Code Generator: Added the Whiskers template system. * Remove obsolete Why3 output. |