diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-26 23:47:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 23:47:01 +0800 |
commit | 2002447b10c23b5769f11f74c51e9a19c59241a3 (patch) | |
tree | 2607c49d6a16198b9f8b7a5ede8bbe2e31135996 | |
parent | d7b3ce24a4f26a7bd81f3beade1042ae33974584 (diff) | |
download | dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.tar dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.tar.gz dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.tar.bz2 dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.tar.lz dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.tar.xz dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.tar.zst dexon-solidity-2002447b10c23b5769f11f74c51e9a19c59241a3.zip |
Mention requirement changes in changelog
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 2fbe3171..a3c2055f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: * 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: |