Merge pull request #1106 from ethereum/version042

Finished version 0.4.2
This commit is contained in:
chriseth 2016-09-17 15:04:55 +02:00 committed by GitHub
commit a78e779422

View File

@ -1,4 +1,6 @@
### 0.4.2
### 0.4.2 (2016-09-17)
Bugfixes:
* Code Generator: Fix library functions being called from payable functions.
* Type Checker: Fixed a crash about invalid array types.