Update changelog for release.

This commit is contained in:
chriseth 2019-01-22 09:03:19 +01:00
parent 7b66eb273d
commit 43fb38a84e
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"
}
}