mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5413 from ethereum/updateChangelogForRelease
Add release date to changelog.
This commit is contained in:
commit
91b6b8a88e
@ -1,4 +1,4 @@
|
||||
### 0.5.0 (unreleased)
|
||||
### 0.5.0 (2018-11-13)
|
||||
|
||||
How to update your code:
|
||||
* Change every ``.call()`` to a ``.call("")`` and every ``.call(signature, a, b, c)`` to use ``.call(abi.encodeWithSignature(signature, a, b, c))`` (the last one only works for value types).
|
||||
|
@ -608,5 +608,9 @@
|
||||
"ConstantOptimizerSubtraction"
|
||||
],
|
||||
"released": "2017-01-31"
|
||||
},
|
||||
"0.5.0": {
|
||||
"bugs": [],
|
||||
"released": "2018-11-13"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user