From a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 16 Sep 2016 17:03:47 +0200 Subject: [PATCH] Changelog entry. --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index d61ac7c83..609bb9f8b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ### 0.4.2 * Type Checker: Fixed a crash about invalid array types. + * Code Generator: Fixed a call gas bug that became visible after + version 0.4.0 for calls where the output is larger than the input. ### 0.4.1 (2016-09-09)