mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8318 from ethereum/changelogEntries
Add missing changelog entries.
This commit is contained in:
commit
ec4f9d0ed8
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Allow contract types and enums as keys for mappings.
|
* Allow contract types and enums as keys for mappings.
|
||||||
|
* Allow function selectors to be used as compile-time constants.
|
||||||
|
|
||||||
|
|
||||||
Compiler Features:
|
Compiler Features:
|
||||||
@ -13,6 +14,7 @@ Compiler Features:
|
|||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Parser: Fix an internal error for ``abstract`` without ``contract``.
|
* Parser: Fix an internal error for ``abstract`` without ``contract``.
|
||||||
|
* Type Checker: Make invalid calls to uncallable types fatal errors.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user