Merge pull request #5834 from ethereum/prepareRelease

Update changelog for release.
This commit is contained in:
chriseth 2019-01-22 12:26:22 +01:00 committed by GitHub
commit d87d9a267e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### 0.5.3 (unreleased)
### 0.5.3 (2019-01-22)
Language Features:
* Provide access to creation and runtime code of contracts via ``type(C).creationCode`` / ``type(C).runtimeCode``.

View File

@ -620,5 +620,9 @@
"0.5.2": {
"bugs": [],
"released": "2018-12-19"
},
"0.5.3": {
"bugs": [],
"released": "2019-01-22"
}
}