diff options
author | chriseth <c@ethdev.com> | 2016-09-17 21:04:16 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-17 21:04:16 +0800 |
commit | 1910e9585d5a39bf2673930d3d7563c25a088513 (patch) | |
tree | 006481ce07f5ed6f1690014921f8c559b71dc5b5 /Changelog.md | |
parent | 212e01609144ebd82bd6a4884b924fc97f31a1b4 (diff) | |
download | dexon-solidity-1910e9585d5a39bf2673930d3d7563c25a088513.tar.gz dexon-solidity-1910e9585d5a39bf2673930d3d7563c25a088513.tar.zst dexon-solidity-1910e9585d5a39bf2673930d3d7563c25a088513.zip |
Finished version 0.4.2
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index c438b914..b5c0631d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. |