From 259edd4c98e10e31f580ba28c9ef6e14e4416ba7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 2 May 2022 12:27:20 +0200 Subject: [PATCH] Changelog. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 51686bc74..ebaa17f24 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Important Bugfixes: * ABI Encoder: When ABI-encoding values from calldata that contain nested arrays, correctly validate the nested array length against ``calldatasize()`` in all cases. + * Override Checker: Allow changing data location for parameters only when overriding external functions. Compiler Features: