Skip to content

Commit

Permalink
Merge pull request #5413 from ethereum/updateChangelogForRelease
Browse files Browse the repository at this point in the history
Add release date to changelog.
  • Loading branch information
chriseth authored Nov 13, 2018
2 parents 289965e + dd03d80 commit 91b6b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.5.0 (unreleased)
### 0.5.0 (2018-11-13)

How to update your code:
* Change every ``.call()`` to a ``.call("")`` and every ``.call(signature, a, b, c)`` to use ``.call(abi.encodeWithSignature(signature, a, b, c))`` (the last one only works for value types).
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,5 +608,9 @@
"ConstantOptimizerSubtraction"
],
"released": "2017-01-31"
},
"0.5.0": {
"bugs": [],
"released": "2018-11-13"
}
}

0 comments on commit 91b6b8a

Please sign in to comment.