From 2a92403690a4998ab097503231ac39f854b9c76c Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 17 Jan 2019 20:37:34 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 7668daa63..5652cdb4a 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: