Merge pull request #2709 from ethereum/updateChangelog

Update changelog.
This commit is contained in:
chriseth 2017-08-08 16:41:39 +02:00 committed by GitHub
commit 8b45bddb55
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",