diff --git a/Changelog.md b/Changelog.md index 0432babb5..3c9d79694 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.6.3 (unreleased) +### 0.6.3 (2020-02-18) Language Features: * Allow contract types and enums as keys for mappings. @@ -6,16 +6,16 @@ Language Features: Compiler Features: - * Code Generator: Use ``calldatacopy`` instead of ``codecopy`` to zero out memory past input. * AST: Add a new node for doxygen-style, structured documentation that can be received by contract, function, event and modifier definitions. + * Code Generator: Use ``calldatacopy`` instead of ``codecopy`` to zero out memory past input. * Debug: Provide reason strings for compiler-generated internal reverts when using the ``--revert-strings`` option or the ``settings.debug.revertStrings`` setting on ``debug`` mode. * Yul Optimizer: Prune functions that call each other but are otherwise unreferenced. Bugfixes: - * Parser: Fix an internal error for ``abstract`` without ``contract``. - * Type Checker: Make invalid calls to uncallable types fatal errors. * Assembly: Added missing `source` field to legacy assembly json output to complete the source reference. + * Parser: Fix an internal error for ``abstract`` without ``contract``. + * Type Checker: Make invalid calls to uncallable types fatal errors instead of regular. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 5be715202..3bdc7d9e5 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -884,5 +884,9 @@ "0.6.2": { "bugs": [], "released": "2020-01-27" + }, + "0.6.3": { + "bugs": [], + "released": "2020-02-18" } } \ No newline at end of file