aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-17 18:20:26 +0800
committerGitHub <noreply@github.com>2016-09-17 18:20:26 +0800
commit60f432e869c3d49a0a68f707b9377335e7427159 (patch)
tree2948f0cf1215c89a58ada6b7fcd95b3aeb6d9480 /Changelog.md
parent0bc8476aeaac94f44d85d72865c142ac4151967f (diff)
parent727c6fac85cb5f752525b9f2312707755577162f (diff)
downloaddexon-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.md1
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)