Changelog entry about zeroing out memory.

This commit is contained in:
chriseth 2020-01-29 09:10:09 +01:00
parent a788ba14f3
commit a6dfb6a4ef

View File

@ -5,6 +5,7 @@ Language Features:
Compiler Features:
* Code Generator: Use ``calldatacopy`` past input to zero out memory instead of ``codecopy``.
Bugfixes: