mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Prepare 0.6.6
This commit is contained in:
parent
7a9e024e90
commit
474b72e3f4
@ -1,18 +1,13 @@
|
||||
### 0.6.6 (unreleased)
|
||||
### 0.6.6 (2020-04-09)
|
||||
|
||||
Important Bugfixes:
|
||||
* Fix tuple assignments with components occupying multiple stack slots and different stack size on left- and right-hand-side.
|
||||
|
||||
Language Features:
|
||||
|
||||
|
||||
Compiler Features:
|
||||
|
||||
|
||||
Bugfixes:
|
||||
* AST export: Export `immutable` property in the field `mutability`.
|
||||
* SMTChecker: Fix internal error in the CHC engine when calling inherited functions internally.
|
||||
* Type Checker: Error when trying to encode functions with call options gas and value.
|
||||
* Type Checker: Error when trying to encode functions with call options gas and value set.
|
||||
|
||||
|
||||
|
||||
|
@ -1081,5 +1081,9 @@
|
||||
"TupleAssignmentMultiStackSlotComponents"
|
||||
],
|
||||
"released": "2020-04-06"
|
||||
},
|
||||
"0.6.6": {
|
||||
"bugs": [],
|
||||
"released": "2020-04-09"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user