diff options
author | chriseth <c@ethdev.com> | 2017-01-26 00:24:25 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-26 00:24:25 +0800 |
commit | 8e318181e9719fda44899a402038013b757a4a60 (patch) | |
tree | c3aaab3af0be95d7a0e2e64dafe5bce2e952dc41 /Changelog.md | |
parent | 7ff44bec94dd72acb73c2caa26786113c24c8360 (diff) | |
download | dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.tar dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.tar.gz dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.tar.bz2 dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.tar.lz dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.tar.xz dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.tar.zst dexon-solidity-8e318181e9719fda44899a402038013b757a4a60.zip |
Rewording in changelog.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 60def101..e50cb3bd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ Features: Bugfixes: * Code generator: Allow recursive structs. - * Inline assembly: reject shadowing instructions by variables. + * Inline assembly: Disallow variables named like opcodes. * Type checker: Allow multiple events of the same name (but with different arities or argument types) ### 0.4.8 (2017-01-13) |