diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-05-03 22:40:33 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-07-11 00:39:38 +0800 |
commit | 1f77deada1abc9ca1e635ab13d45707e852a5628 (patch) | |
tree | 54a8b70a13e8e029a88bdc07cde19dc877ca4fc4 /Changelog.md | |
parent | 0e9415bc31fa379b2c6cc8c8dba6b6ba1305391b (diff) | |
download | dexon-solidity-1f77deada1abc9ca1e635ab13d45707e852a5628.tar.gz dexon-solidity-1f77deada1abc9ca1e635ab13d45707e852a5628.tar.zst dexon-solidity-1f77deada1abc9ca1e635ab13d45707e852a5628.zip |
[050] Reserving and popping local vars in their scope
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 1e92863b..b349a5e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -50,6 +50,7 @@ Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. * Type Checker: Show named argument in case of error. * Tests: Determine transaction status during IPC calls. + * Code Generator: Allocate and free local variables according to their scope. Bugfixes: * Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum. |