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
2 changed files with 5 additions and 1 deletions
+1 -1
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.
+4
View File
@@ -526,6 +526,10 @@
],
"released": "2018-05-16"
},
"0.4.25": {
"bugs": [],
"released": "2018-09-12"
},
"0.4.3": {
"bugs": [
"ExpExponentCleanup",