diff options
| author | chriseth <chris@ethereum.org> | 2017-04-25 19:21:54 +0800 |
|---|---|---|
| committer | chriseth <chris@ethereum.org> | 2017-04-25 22:49:18 +0800 |
| commit | e64a03d86ba37b379b5cbaf797800135914599a7 (patch) | |
| tree | b3423ec7055e302fb24c3ac955cf6b89aca2f2ac | |
| parent | 1d712c7d6490616846de4ec9569ca627e62ea2c1 (diff) | |
| download | dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.tar dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.tar.gz dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.tar.bz2 dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.tar.lz dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.tar.xz dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.tar.zst dexon-solidity-e64a03d86ba37b379b5cbaf797800135914599a7.zip | |
Changelog entry.
| -rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3603d315..2fbe3171 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ 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. * Static analyzer: Warn about statements without effects. Bugfixes: |
