Merge pull request #5805 from ethereum/yulSwitchChangelogFix

Add missing Changelog entries for Yul switch changes.
This commit is contained in:
chriseth 2019-01-17 13:06:31 +01:00 committed by GitHub
commit d8f663429f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ Compiler Features:
Bugfixes:
* Yul: Check that arguments to ``dataoffset`` and ``datasize`` are literals at parse time and properly take this into account in the optimizer.
* Yul: Parse number literals for detecting duplicate switch cases.
* Yul: Require switch cases to have the same type.
Build System: