diff --git a/Changelog.md b/Changelog.md index 3484b369c..99466fd19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.4.15 (unreleased) +### 0.4.15 (2017-08-08) Features: * Type Checker: Show unimplemented function if trying to instantiate an abstract class. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index f3e42f918..33f7bae98 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -350,6 +350,10 @@ ], "released": "2017-07-31" }, + "0.4.15": { + "bugs": [], + "released": "2017-08-08" + }, "0.4.2": { "bugs": [ "DelegateCallReturnValue",