aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-13 03:07:27 +0800
committerGitHub <noreply@github.com>2018-09-13 03:07:27 +0800
commit753a94fdae83b967615185d953efc38c51f2a455 (patch)
tree11c2cdab441b7c166380baf5cd6584238ae1576d
parenteb1fbaaac8a7a87684a83d7e5a83baa16d1680d3 (diff)
parent8c56a5912b49000fbb66bdb8c5ad63131bfa9f30 (diff)
downloaddexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.tar
dexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.tar.gz
dexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.tar.bz2
dexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.tar.lz
dexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.tar.xz
dexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.tar.zst
dexon-solidity-753a94fdae83b967615185d953efc38c51f2a455.zip
Merge pull request #4955 from ethereum/prepare_0425
Set release date of 0.4.25.
-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 05e0e5eb..29c28e30 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,4 @@
-### 0.4.25 (unreleased)
+### 0.4.25 (2018-09-12)
Important Bugfixes:
* Code Generator: Properly perform cleanup for exponentiation and non-256 bit types.
diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json
index 90879db9..ef084660 100644
--- a/docs/bugs_by_version.json
+++ b/docs/bugs_by_version.json
@@ -526,6 +526,10 @@
],
"released": "2018-05-16"
},
+ "0.4.25": {
+ "bugs": [],
+ "released": "2018-09-12"
+ },
"0.4.3": {
"bugs": [
"ExpExponentCleanup",