diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2019-01-17 19:46:48 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2019-01-17 20:02:01 +0800 |
commit | 1f06a94b5d200ca4fcbb580043ffec0c4fc549a5 (patch) | |
tree | d7b7f1a8b5fa0904d4ab638da41d221af61fa382 | |
parent | 72c2100164c0dd86f55449492848f7df0fd883fe (diff) | |
download | dexon-solidity-1f06a94b5d200ca4fcbb580043ffec0c4fc549a5.tar.gz dexon-solidity-1f06a94b5d200ca4fcbb580043ffec0c4fc549a5.tar.zst dexon-solidity-1f06a94b5d200ca4fcbb580043ffec0c4fc549a5.zip |
Add missing Changelog entries for Yul switch changes.
-rw-r--r-- | Changelog.md | 2 |
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: |