diff options
author | chriseth <chris@ethereum.org> | 2017-06-15 00:35:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 00:35:16 +0800 |
commit | fd5bf16101d514d77cf4c7c64de367ec398995a2 (patch) | |
tree | 747e33bfd3c8c8ccf189b3eb1d237f44b85fe131 /Changelog.md | |
parent | d693822a6fce5d1c853e50f4c7758bc003542644 (diff) | |
parent | 98139ead42e8641f99eb98cbe7997493f03ae099 (diff) | |
download | dexon-solidity-fd5bf16101d514d77cf4c7c64de367ec398995a2.tar.gz dexon-solidity-fd5bf16101d514d77cf4c7c64de367ec398995a2.tar.zst dexon-solidity-fd5bf16101d514d77cf4c7c64de367ec398995a2.zip |
Merge pull request #2384 from ethereum/parseFunctionalInstructions
Enforce function arguments when parsing functional instructions.
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 92fd21f2..76ac3445 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: Bugfixes: * Unused variable warnings no longer issued for variables used inside inline assembly. + * Inline Assembly: Enforce function arguments when parsing functional instructions. ### 0.4.11 (2017-05-03) |