aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-07-05 23:06:37 +0800
committerGitHub <noreply@github.com>2018-07-05 23:06:37 +0800
commit2987e33e23bf8eb7283b9fd6f24eaa03c4771d7b (patch)
treeae54e3f28af4557ff73299f193bbab2966bac7bb /Changelog.md
parent98c034772233a6fe4d8e66ed305dfa9be15c6d89 (diff)
parentc8ac8618324d8d167c79a926880b2b5ab853f7f3 (diff)
downloaddexon-solidity-2987e33e23bf8eb7283b9fd6f24eaa03c4771d7b.tar.gz
dexon-solidity-2987e33e23bf8eb7283b9fd6f24eaa03c4771d7b.tar.zst
dexon-solidity-2987e33e23bf8eb7283b9fd6f24eaa03c4771d7b.zip
Merge pull request #4424 from ethereum/fixBytesAlloc
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)