Changelog entry.

This commit is contained in:
chriseth
2019-11-28 16:15:32 +01:00
parent ccfc1840a9
commit 6499e52a86
+1
View File
@@ -6,6 +6,7 @@ Language Features:
Compiler Features:
* Commandline Interface: Allow translation from yul / strict assembly to EWasm using ``solc --yul --yul-dialect evm --machine eWasm``
* SMTChecker: Add support to constructors including constructor inheritance.
* Yul: When compiling via Yul, string literals from the Solidity code are kept as string literals if every character is safely printable.
* Yul Optimizer: Perform loop-invariant code motion.