aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-07-04 17:23:51 +0800
committerchriseth <chris@ethereum.org>2018-07-05 20:18:14 +0800
commitc8ac8618324d8d167c79a926880b2b5ab853f7f3 (patch)
tree9aeba99e7ee74e34c91aae2792a8b2a291745e4e /Changelog.md
parentb1ab81ef22030ee16c6d216bfe6a4dc74b726985 (diff)
downloaddexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.tar
dexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.tar.gz
dexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.tar.bz2
dexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.tar.lz
dexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.tar.xz
dexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.tar.zst
dexon-solidity-c8ac8618324d8d167c79a926880b2b5ab853f7f3.zip
Fix allocation of byte arrays.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 64207c56..eae12c2c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -47,6 +47,7 @@ Compiler Features:
Bugfixes:
* Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum.
+ * Code Generator: Fix allocation of byte arrays (zeroed out too much memory).
### 0.4.24 (2018-05-16)