Merge pull request #4955 from ethereum/prepare_0425

Set release date of 0.4.25.
This commit is contained in:
chriseth 2018-09-12 21:07:27 +02:00 committed by GitHub
commit 753a94fdae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -526,6 +526,10 @@
],
"released": "2018-05-16"
},
"0.4.25": {
"bugs": [],
"released": "2018-09-12"
},
"0.4.3": {
"bugs": [
"ExpExponentCleanup",