Merge pull request #8090 from ethereum/release061

Prepare release of 0.6.1
This commit is contained in:
chriseth 2020-01-03 00:04:56 +01:00 committed by GitHub
commit 1cc7eb7fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

View File

@ -1,16 +1,9 @@
### 0.6.1 (unreleased)
Language Features:
Compiler Features:
### 0.6.1 (2020-01-02)
Bugfixes:
* Yul Optimizer: Fix bug in redundant assignment remover in combination with break and continue statements.
### 0.6.0 (2019-12-17)
Breaking changes:

View File

@ -876,5 +876,9 @@
"YulOptimizerRedundantAssignmentBreakContinue"
],
"released": "2019-12-17"
},
"0.6.1": {
"bugs": [],
"released": "2020-01-02"
}
}