aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-09-16 23:03:47 +0800
committerchriseth <c@ethdev.com>2016-09-17 17:30:13 +0800
commita4f6e5b16c7b9a9ba94c63b6042c20a988219e8e (patch)
treedb531c4020c92a0d42efa4f85f01a35484b41e4a /Changelog.md
parent5a45990458e9fc39a124d2b949ff77d1f6f1d8a7 (diff)
downloaddexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.tar
dexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.tar.gz
dexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.tar.bz2
dexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.tar.lz
dexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.tar.xz
dexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.tar.zst
dexon-solidity-a4f6e5b16c7b9a9ba94c63b6042c20a988219e8e.zip
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index d61ac7c8..609bb9f8 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)