mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge tag 'v0.5.17' into develop
This commit is contained in:
commit
1587486334
@ -133,6 +133,12 @@ Compiler Features:
|
|||||||
* ABIEncoderV2: Do not warn about enabled ABIEncoderV2 anymore (the pragma is still needed, though).
|
* ABIEncoderV2: Do not warn about enabled ABIEncoderV2 anymore (the pragma is still needed, though).
|
||||||
|
|
||||||
|
|
||||||
|
### 0.5.17 (2020-03-17)
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
* Type Checker: Disallow overriding of private functions.
|
||||||
|
|
||||||
|
|
||||||
### 0.5.16 (2020-01-02)
|
### 0.5.16 (2020-01-02)
|
||||||
|
|
||||||
Backported Bugfixes:
|
Backported Bugfixes:
|
||||||
|
@ -826,6 +826,10 @@
|
|||||||
],
|
],
|
||||||
"released": "2020-01-02"
|
"released": "2020-01-02"
|
||||||
},
|
},
|
||||||
|
"0.5.17": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2020-03-17"
|
||||||
|
},
|
||||||
"0.5.2": {
|
"0.5.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"privateCanBeOverridden",
|
"privateCanBeOverridden",
|
||||||
|
Loading…
Reference in New Issue
Block a user