aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-08 06:59:30 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-20 03:44:15 +0800
commit9616470f67675d7cd4a2a3df001302d87417b03f (patch)
treef4a244abc946400f0f6feaaafae43e4514387169 /Changelog.md
parent3bcf0909afca0019841a343ee19ea7dbeef9d667 (diff)
downloaddexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.tar
dexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.tar.gz
dexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.tar.bz2
dexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.tar.lz
dexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.tar.xz
dexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.tar.zst
dexon-solidity-9616470f67675d7cd4a2a3df001302d87417b03f.zip
Disallow magic variables in inline assembly
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index a5a85eb5..d2efebce 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -12,6 +12,9 @@ Bugfixes:
* Code Generator: expect zero stack increase after `super` as an expression
* Inline assembly: support the `address` opcode
* Inline assembly: fix parsing of assignment after a label.
+ * Inline assembly: external variables of unsupported type (such as `this`, `super`, etc.)
+ are properly detected. They are not available in inline assembly and can be used as
+ local variable names.
### 0.4.2 (2016-09-17)