aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-08 22:41:39 +0800
committerGitHub <noreply@github.com>2017-08-08 22:41:39 +0800
commit8b45bddb559d17250c8a5619efa1a21f296d4e03 (patch)
tree556d259098feea0494876b3ac8e7671bb3285579
parent41e724360fbba4aa434d88bd0dfcf1a3ec7ce695 (diff)
parent3aef36b1cf9be78e7413fc73b979e8fa85af061c (diff)
downloaddexon-solidity-8b45bddb559d17250c8a5619efa1a21f296d4e03.tar.gz
dexon-solidity-8b45bddb559d17250c8a5619efa1a21f296d4e03.tar.zst
dexon-solidity-8b45bddb559d17250c8a5619efa1a21f296d4e03.zip
Merge pull request #2709 from ethereum/updateChangelog
Update changelog.
-rw-r--r--Changelog.md2
-rw-r--r--docs/bugs_by_version.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 3484b369..99466fd1 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 f3e42f91..33f7bae9 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",