Merge pull request #8643 from ethereum/prepare066

Prepare 0.6.6
This commit is contained in:
chriseth 2020-04-09 12:53:53 +02:00 committed by GitHub
commit 9559b8c7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -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.

View File

@ -1081,5 +1081,9 @@
"TupleAssignmentMultiStackSlotComponents"
],
"released": "2020-04-06"
},
"0.6.6": {
"bugs": [],
"released": "2020-04-09"
}
}