diff options
author | chriseth <chris@ethereum.org> | 2016-09-17 18:20:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-17 18:20:26 +0800 |
commit | 60f432e869c3d49a0a68f707b9377335e7427159 (patch) | |
tree | 2948f0cf1215c89a58ada6b7fcd95b3aeb6d9480 /Changelog.md | |
parent | 0bc8476aeaac94f44d85d72865c142ac4151967f (diff) | |
parent | 727c6fac85cb5f752525b9f2312707755577162f (diff) | |
download | dexon-solidity-60f432e869c3d49a0a68f707b9377335e7427159.tar.gz dexon-solidity-60f432e869c3d49a0a68f707b9377335e7427159.tar.zst dexon-solidity-60f432e869c3d49a0a68f707b9377335e7427159.zip |
Merge pull request #1102 from ethereum/fixlibraryvalue
Allow value transfer to library functions.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index d61ac7c8..e18d8507 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,6 @@ ### 0.4.2 + * Code Generator: Fix library functions being called from payable functions. * Type Checker: Fixed a crash about invalid array types. ### 0.4.1 (2016-09-09) |