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.