From cb4875a28b1595f31f1eb2d54464f5c3dfc66115 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 11 Jul 2017 21:56:09 +0100 Subject: Issue error properly for oversized arrays for calldata --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 139238fd..62b52942 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,8 @@ Features: * Inline Assembly: Show useful error message if trying to access calldata variables. * Inline Assembly: Support variable declaration without initial value (defaults to 0). - * Type Checker: Disallow value transfers to contracts without a payable fallback function + * Type Checker: Disallow value transfers to contracts without a payable fallback function. + * Type Checker: Raise proper error for arrays too large for ABI encoding. Bugfixes: * Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs. -- cgit