diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-05 17:04:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 17:04:16 +0800 |
commit | 05a26fc98c1201057c618c536ca0537e456c9b15 (patch) | |
tree | 330e580a258f59ddebe926cf61c9fd68297a753c /Changelog.md | |
parent | 2b505e7a6fb2f2a36582f2eed1e75bc20039175c (diff) | |
parent | 2432808793ea737a28f9c75042730724f4d050e8 (diff) | |
download | dexon-solidity-05a26fc98c1201057c618c536ca0537e456c9b15.tar.gz dexon-solidity-05a26fc98c1201057c618c536ca0537e456c9b15.tar.zst dexon-solidity-05a26fc98c1201057c618c536ca0537e456c9b15.zip |
Merge pull request #2518 from ethereum/fixInternalVariableAlreadyPresent
Fix internal variable already present error.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 7c0c86a5..b4415978 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### 0.4.13 (unreleased) +Bugfixes: + * Code Generator: Correctly unregister modifier variables. + ### 0.4.12 (2017-07-03) Features: |