Add missing Changelog entries for Yul switch changes.

This commit is contained in:
Daniel Kirchner 2019-01-17 12:46:48 +01:00
parent 72c2100164
commit 1f06a94b5d

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: