diff options
author | chriseth <chris@ethereum.org> | 2017-04-26 23:47:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 23:47:48 +0800 |
commit | 2c1fb46bc341d9e44074af23cd4eadd3a9f732c5 (patch) | |
tree | 58fba734d5ecf3330e8a62154ffa994bab8c551b /Changelog.md | |
parent | c02bcaea043032107dd6343e5c68cc948a6a88c2 (diff) | |
parent | 2002447b10c23b5769f11f74c51e9a19c59241a3 (diff) | |
download | dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.tar dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.tar.gz dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.tar.bz2 dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.tar.lz dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.tar.xz dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.tar.zst dexon-solidity-2c1fb46bc341d9e44074af23cd4eadd3a9f732c5.zip |
Merge pull request #1711 from ethereum/asmfunctions
Assembly: Analysis stage for functions.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 7b64f950..cd54aadb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ Features: * Commandline interface: Add the ``--standard-json`` parameter to process a Standard JSON I/O. * Commandline interface: Support ``--allow-paths`` to define trusted import paths. Note: the path(s) of the supplied source file(s) is always trusted. + * Inline Assembly: Storage variable access using ``_slot`` and ``_offset`` suffixes. + * Inline Assembly: Disallow blocks with unbalanced stack. * Static analyzer: Warn about statements without effects. Bugfixes: |