Merge tag 'v0.5.17' into develop

This commit is contained in:
chriseth 2020-03-17 19:50:09 +01:00
commit 1587486334
2 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,12 @@ Compiler Features:
* 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)
Backported Bugfixes:

View File

@ -826,6 +826,10 @@
],
"released": "2020-01-02"
},
"0.5.17": {
"bugs": [],
"released": "2020-03-17"
},
"0.5.2": {
"bugs": [
"privateCanBeOverridden",