mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog entry.
This commit is contained in:
parent
a38352569b
commit
499ec8b024
@ -91,6 +91,7 @@ Bugfixes:
|
||||
* References Resolver: Properly handle invalid references used together with ``_slot`` and ``_offset``.
|
||||
* References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter.
|
||||
* Type Checker: Disallow assignments to mappings within tuple assignments as well.
|
||||
* Type Checker: Disallow packed encoding of arrays of structs.
|
||||
* Type Checker: Allow assignments to local variables of mapping types.
|
||||
* Type Checker: Consider fixed size arrays when checking for recursive structs.
|
||||
* Type Checker: Fix crashes in erroneous tuple assignments in which the type of the right hand side cannot be determined.
|
||||
|
Loading…
Reference in New Issue
Block a user