From 6001bd1406e7adbb6607485afb775bbb5b6c2ac3 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 11 Oct 2017 12:28:21 +0200 Subject: Allocate one byte per memory byte array element instead of 32. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index c8ea21f5..ed3cdfea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ Features: * Type Checker: Require ``storage`` or ``memory`` keyword for local variables as experimental 0.5.0 feature. Bugfixes: + * Code Generator: Allocate one byte per memory byte array element instead of 32. * Optimizer: Remove unused stack computation results. * Parser: Fix source location of VariableDeclarationStatement. * Type Checker: Properly check array length and don't rely on an assertion in code generation. -- cgit v1.2.3