aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2019-01-18 03:37:34 +0800
committerchriseth <chris@ethereum.org>2019-01-18 03:37:34 +0800
commit2a92403690a4998ab097503231ac39f854b9c76c (patch)
tree8cc963b786337978678f7807eadcd458f9a12bed
parent2a0d4f358c6114740bb9fe063bc2620bd2d8724a (diff)
downloaddexon-solidity-2a92403690a4998ab097503231ac39f854b9c76c.tar.gz
dexon-solidity-2a92403690a4998ab097503231ac39f854b9c76c.tar.zst
dexon-solidity-2a92403690a4998ab097503231ac39f854b9c76c.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 7668daa6..5652cdb4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.5.3 (unreleased)
Language Features:
+ * Provide access to creation and runtime code of contracts via ``type(C).creationCode`` / ``type(C).runtimeCode``.
Compiler Features: