Changelog entry.

This commit is contained in:
chriseth 2016-09-16 17:03:47 +02:00
parent 5a45990458
commit a4f6e5b16c

View File

@ -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)