diff options
author | chriseth <chris@ethereum.org> | 2019-01-07 23:54:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2019-01-08 00:23:38 +0800 |
commit | 937fc8538eed632ee114f48d5cecd1c63dd05f87 (patch) | |
tree | 9cc952482f48a909dc51638b80f22c92a0d094c8 | |
parent | ace601b8f6ebe8097b9c587c96494058d51b3e8f (diff) | |
download | dexon-solidity-937fc8538eed632ee114f48d5cecd1c63dd05f87.tar.gz dexon-solidity-937fc8538eed632ee114f48d5cecd1c63dd05f87.tar.zst dexon-solidity-937fc8538eed632ee114f48d5cecd1c63dd05f87.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3d298f6f..23e394c6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ 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. Build System: |