From f9b208c85d8367851538e82522486c32d3f73bb8 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 13 Nov 2019 17:50:10 +0100 Subject: [PATCH] Sort changelog. --- Changelog.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 92ca0d921..0278176b5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,20 +5,20 @@ Language Features: Compiler Features: - * Code Generator: Use SELFBALANCE for ``address(this).balance`` if using Istanbul EVM + * Code Generator: Use SELFBALANCE opcode for ``address(this).balance`` if using Istanbul EVM. + * EWasm: Experimental EWasm binary output via ``--ewasm`` and as documented in standard-json. * SMTChecker: Add break/continue support to the CHC engine. * SMTChecker: Support assignments to multi-dimensional arrays and mappings. * SMTChecker: Support inheritance and function overriding. - * TypeChecker: List possible candidates when overload resolution fails - * EWasm: Experimental EWasm binary output. + * TypeChecker: List possible candidates when overload resolution fails. Bugfixes: - * Type Checker: Disallow constructor of the same class to be used as modifier - * Code Generator: Fixed a faulty assert that would wrongly trigger for array sizes exceeding unsigned integer - * Type Checker: Treat magic variables as unknown identifiers in inline assembly + * Code Generator: Fixed a faulty assert that would wrongly trigger for array sizes exceeding unsigned integer. * SMTChecker: Fix internal error when accessing indices of fixed bytes. * SMTChecker: Fix internal error when using function pointers as arguments. + * Type Checker: Disallow constructor of the same class to be used as modifier. + * Type Checker: Treat magic variables as unknown identifiers in inline assembly.