aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-14 00:51:21 +0800
committerGitHub <noreply@github.com>2018-11-14 00:51:21 +0800
commit91b6b8a88e76016e0324036cb7a7f9300a1e2439 (patch)
treecaaa6c26e307513505349b50ca4f2a8a9506752b
parent289965e6a8d73e94494e03dcb61abd81a417ee06 (diff)
parentdd03d801731aef998c733ff7db136e815e9a0f80 (diff)
downloaddexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.tar
dexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.tar.gz
dexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.tar.bz2
dexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.tar.lz
dexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.tar.xz
dexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.tar.zst
dexon-solidity-91b6b8a88e76016e0324036cb7a7f9300a1e2439.zip
Merge pull request #5413 from ethereum/updateChangelogForRelease
Add release date to 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 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).
diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json
index 0318ac89..2631b286 100644
--- a/docs/bugs_by_version.json
+++ b/docs/bugs_by_version.json
@@ -608,5 +608,9 @@
"ConstantOptimizerSubtraction"
],
"released": "2017-01-31"
+ },
+ "0.5.0": {
+ "bugs": [],
+ "released": "2018-11-13"
}
} \ No newline at end of file