From b708054c3ec3f9355c16ec04817bf130fa42bc43 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 30 May 2018 14:43:59 +0200 Subject: [PATCH] Mention calldata as new keyword. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 3c4e5a7ea..bba16d0be 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Breaking Changes: * Disallow conversions between bytesX and uintY of different size. * Commandline interface: Require ``-`` if standard input is used as source. + * General: New keywords: ``calldata`` * General: ``continue`` in a ``do...while`` loop jumps to the condition (it used to jump to the loop body). Warning: this may silently change the semantics of existing code. * Type Checker: Disallow arithmetic operations for Boolean variables.