From 7756dd948f09b3045fb877a61a94e54bd66b5f72 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 15 May 2019 14:23:20 +0200 Subject: [PATCH] Changelog entry for adding ipfs links to metadata. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index a94e83ebe..e5cc9d621 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.