diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-25 18:33:09 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-25 19:28:09 +0800 |
commit | 900c56d996472cb2053b69c7104ef007c13b1e80 (patch) | |
tree | b6061f8d355c5e64858e16bd9c602c741a56a423 /Changelog.md | |
parent | ba9a04500217e301bec63cab4e0c0f1d9322646d (diff) | |
download | dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.tar dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.tar.gz dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.tar.bz2 dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.tar.lz dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.tar.xz dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.tar.zst dexon-solidity-900c56d996472cb2053b69c7104ef007c13b1e80.zip |
Do not allow shadowing inline assembly instructions with variables
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 7dd607d8..60def101 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: Bugfixes: * Code generator: Allow recursive structs. + * Inline assembly: reject shadowing instructions by variables. * Type checker: Allow multiple events of the same name (but with different arities or argument types) ### 0.4.8 (2017-01-13) |