mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8090 from ethereum/release061
Prepare release of 0.6.1
This commit is contained in:
commit
1cc7eb7fe8
@ -1,16 +1,9 @@
|
|||||||
### 0.6.1 (unreleased)
|
### 0.6.1 (2020-01-02)
|
||||||
|
|
||||||
Language Features:
|
|
||||||
|
|
||||||
|
|
||||||
Compiler Features:
|
|
||||||
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Yul Optimizer: Fix bug in redundant assignment remover in combination with break and continue statements.
|
* Yul Optimizer: Fix bug in redundant assignment remover in combination with break and continue statements.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 0.6.0 (2019-12-17)
|
### 0.6.0 (2019-12-17)
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -876,5 +876,9 @@
|
|||||||
"YulOptimizerRedundantAssignmentBreakContinue"
|
"YulOptimizerRedundantAssignmentBreakContinue"
|
||||||
],
|
],
|
||||||
"released": "2019-12-17"
|
"released": "2019-12-17"
|
||||||
|
},
|
||||||
|
"0.6.1": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2020-01-02"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user