Changelog entry for adding ipfs links to metadata.

This commit is contained in:
chriseth 2019-05-15 14:23:20 +02:00
parent ce19e2e4bc
commit 7756dd948f

View File

@ -9,6 +9,7 @@ Compiler Features:
* SMTChecker: Support tuples and function calls with multiple return values.
* SMTChecker: Support ``delete``.
* SMTChecker: Inline external function calls to ``this``.
* Metadata: Add IPFS hashes of source files.
* Assembler: Encode the compiler version in the deployed bytecode.
* Yul Optimizer: Simplify single-run ``for`` loops to ``if`` statements.
* Optimizer: Add rules for multiplication and division by left-shifted one.