mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update changelog for release.
This commit is contained in:
parent
7b66eb273d
commit
43fb38a84e
@ -1,4 +1,4 @@
|
|||||||
### 0.5.3 (unreleased)
|
### 0.5.3 (2019-01-22)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Provide access to creation and runtime code of contracts via ``type(C).creationCode`` / ``type(C).runtimeCode``.
|
* Provide access to creation and runtime code of contracts via ``type(C).creationCode`` / ``type(C).runtimeCode``.
|
||||||
|
@ -620,5 +620,9 @@
|
|||||||
"0.5.2": {
|
"0.5.2": {
|
||||||
"bugs": [],
|
"bugs": [],
|
||||||
"released": "2018-12-19"
|
"released": "2018-12-19"
|
||||||
|
},
|
||||||
|
"0.5.3": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2019-01-22"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user