aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-13 23:24:17 +0800
committerchriseth <chris@ethereum.org>2018-11-13 23:24:17 +0800
commitdd03d801731aef998c733ff7db136e815e9a0f80 (patch)
treef170444434d90163cefde1b71dd6f8ed44b0138e /Changelog.md
parentaa7dc60ef644c01907e132e6d5720ffddf7c9e97 (diff)
downloaddexon-solidity-dd03d801731aef998c733ff7db136e815e9a0f80.tar.gz
dexon-solidity-dd03d801731aef998c733ff7db136e815e9a0f80.tar.zst
dexon-solidity-dd03d801731aef998c733ff7db136e815e9a0f80.zip
Add release date to changelog.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
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).