aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2019-01-17 20:06:31 +0800
committerGitHub <noreply@github.com>2019-01-17 20:06:31 +0800
commitd8f663429fb6757df11916ea411f822a5fd0a704 (patch)
treed7b7f1a8b5fa0904d4ab638da41d221af61fa382
parent72c2100164c0dd86f55449492848f7df0fd883fe (diff)
parent1f06a94b5d200ca4fcbb580043ffec0c4fc549a5 (diff)
downloaddexon-solidity-d8f663429fb6757df11916ea411f822a5fd0a704.tar.gz
dexon-solidity-d8f663429fb6757df11916ea411f822a5fd0a704.tar.zst
dexon-solidity-d8f663429fb6757df11916ea411f822a5fd0a704.zip
Merge pull request #5805 from ethereum/yulSwitchChangelogFix
Add missing Changelog entries for Yul switch changes.
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index bb7b191f..7668daa6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -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: