Update changelog.

This commit is contained in:
chriseth 2017-08-08 15:56:39 +02:00
parent 41e724360f
commit 3aef36b1cf
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -350,6 +350,10 @@
],
"released": "2017-07-31"
},
"0.4.15": {
"bugs": [],
"released": "2017-08-08"
},
"0.4.2": {
"bugs": [
"DelegateCallReturnValue",