diff options
author | chriseth <chris@ethereum.org> | 2018-09-13 00:38:16 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-13 00:38:16 +0800 |
commit | 8c56a5912b49000fbb66bdb8c5ad63131bfa9f30 (patch) | |
tree | 78da1cf5e9bf50513da974c359a8e59db8467f08 | |
parent | 7cda8456d86a0f17e09efd067e6e941f0266f18f (diff) | |
download | dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.tar dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.tar.gz dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.tar.bz2 dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.tar.lz dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.tar.xz dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.tar.zst dexon-solidity-8c56a5912b49000fbb66bdb8c5ad63131bfa9f30.zip |
Set relase date of 0.4.25.
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | docs/bugs_by_version.json | 4 |
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", |