diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 1ae18658..b5c0631d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,16 @@ +### 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. + * 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) + + * Build System: Fixes to allow library compilation. + ### 0.4.0 (2016-09-08) This release deliberately breaks backwards compatibility mostly to |