Changelog entry.

This commit is contained in:
chriseth 2021-09-08 12:18:42 +02:00
parent 0b5671c885
commit 59faffcd5f

View File

@ -15,6 +15,7 @@ Compiler Features:
Bugfixes: Bugfixes:
* Code Generator: Use stable source order for ABI functions.
* Opcode Optimizer: Prevent the optimizer from running multiple times to avoid potential bytecode differences for referenced code. * Opcode Optimizer: Prevent the optimizer from running multiple times to avoid potential bytecode differences for referenced code.
* Name Resolver: Fix that when importing an aliased symbol using ``import {AliasedName} from "a.sol"`` it would use the original name of the symbol and not the aliased one. * Name Resolver: Fix that when importing an aliased symbol using ``import {AliasedName} from "a.sol"`` it would use the original name of the symbol and not the aliased one.
* SMTChecker: Fix false negative caused by ``push`` on storage array references returned by internal functions. * SMTChecker: Fix false negative caused by ``push`` on storage array references returned by internal functions.