diff --git a/Changelog.md b/Changelog.md index 492b0c754..9c2d9a384 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index adee43296..d8daf565e 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -826,6 +826,10 @@ ], "released": "2020-01-02" }, + "0.5.17": { + "bugs": [], + "released": "2020-03-17" + }, "0.5.2": { "bugs": [ "privateCanBeOverridden",