diff --git a/Changelog.md b/Changelog.md index f2954305c9c3..64fe627f32ff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.5.12 (unreleased) +### 0.5.12 (2019-10-01) Language Features: * Type Checker: Allow assignment to external function arguments except for reference types. @@ -13,10 +13,10 @@ Compiler Features: Bugfixes: - * Fix internal error when popping a dynamic storage array of mappings. - * Yul Optimizer: Fix reordering bug in connection with shifted one and mul/div-instructions in for loop conditions. - * Scanner: Fix multi-line natspec comment parsing with triple slashes when file is encoded with CRLF instead of LF. + * Code Generator: Fix internal error when popping a dynamic storage array of mappings. * Name Resolver: Fix wrong source location when warning on shadowed aliases in import declarations. + * Scanner: Fix multi-line natspec comment parsing with triple slashes when file is encoded with CRLF instead of LF. + * Yul Optimizer: Fix reordering bug in connection with shifted one and mul/div-instructions in for loop conditions. ### 0.5.11 (2019-08-12) diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index cd615fbc4735..d79aca11226e 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -750,6 +750,10 @@ "bugs": [], "released": "2019-08-12" }, + "0.5.12": { + "bugs": [], + "released": "2019-10-01" + }, "0.5.2": { "bugs": [ "SignedArrayStorageCopy",