From dd03d801731aef998c733ff7db136e815e9a0f80 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 13 Nov 2018 16:24:17 +0100 Subject: Add release date to changelog. --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index c957ca96..026e2bac 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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). -- cgit