aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-11 18:28:21 +0800
committerchriseth <chris@ethereum.org>2017-10-17 04:29:31 +0800
commit6001bd1406e7adbb6607485afb775bbb5b6c2ac3 (patch)
tree7f5151acaf7e12f9b12818cfd20a95bf24f53849 /Changelog.md
parent7989fc4c356929de47e2d696ef5478c398941508 (diff)
downloaddexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.tar
dexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.tar.gz
dexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.tar.bz2
dexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.tar.lz
dexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.tar.xz
dexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.tar.zst
dexon-solidity-6001bd1406e7adbb6607485afb775bbb5b6c2ac3.zip
Allocate one byte per memory byte array element instead of 32.
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 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.