Changelog entry.

This commit is contained in:
chriseth
2019-01-17 20:37:34 +01:00
parent 2a0d4f358c
commit 2a92403690
+1
View File
@@ -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: