aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-26 23:47:01 +0800
committerGitHub <noreply@github.com>2017-04-26 23:47:01 +0800
commit2002447b10c23b5769f11f74c51e9a19c59241a3 (patch)
tree2607c49d6a16198b9f8b7a5ede8bbe2e31135996 /Changelog.md
parentd7b3ce24a4f26a7bd81f3beade1042ae33974584 (diff)
downloaddexon-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
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
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: