aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-02-02 06:17:44 +0800
committerGitHub <noreply@github.com>2017-02-02 06:17:44 +0800
commit5225a5bb5e9a23657f496e6638146746594e9bf9 (patch)
treec8cd95b2eb13808f2b6ff3c07c5c70398fcc5cb7 /Changelog.md
parentc1a675da4f01728784c9b7e1d82665bb8dfbcc99 (diff)
parentee147e14d392e62dae92d345735ec768bd486633 (diff)
downloaddexon-solidity-5225a5bb5e9a23657f496e6638146746594e9bf9.tar.gz
dexon-solidity-5225a5bb5e9a23657f496e6638146746594e9bf9.tar.zst
dexon-solidity-5225a5bb5e9a23657f496e6638146746594e9bf9.zip
Merge pull request #1630 from ethereum/function-to-address
Explicit external function type to address conversion
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index be0e8329..c1098bdf 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
### 0.4.10 (unreleased)
+Features:
+ * Type system: Support explicit conversion of external function to address.
+
### 0.4.9 (2017-01-31)
Features: