mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
9559b8c7f9
@ -1,18 +1,13 @@
|
|||||||
### 0.6.6 (unreleased)
|
### 0.6.6 (2020-04-09)
|
||||||
|
|
||||||
Important Bugfixes:
|
Important Bugfixes:
|
||||||
* Fix tuple assignments with components occupying multiple stack slots and different stack size on left- and right-hand-side.
|
* Fix tuple assignments with components occupying multiple stack slots and different stack size on left- and right-hand-side.
|
||||||
|
|
||||||
Language Features:
|
|
||||||
|
|
||||||
|
|
||||||
Compiler Features:
|
|
||||||
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* AST export: Export `immutable` property in the field `mutability`.
|
* AST export: Export `immutable` property in the field `mutability`.
|
||||||
* SMTChecker: Fix internal error in the CHC engine when calling inherited functions internally.
|
* 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"
|
"TupleAssignmentMultiStackSlotComponents"
|
||||||
],
|
],
|
||||||
"released": "2020-04-06"
|
"released": "2020-04-06"
|
||||||
|
},
|
||||||
|
"0.6.6": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2020-04-09"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user