Merge pull request #7493 from ethereum/prepare_0512

Update changelog for 0.5.12 release.
This commit is contained in:
chriseth 2019-10-01 16:39:50 +02:00 committed by GitHub
commit 48c77c971d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
### 0.5.12 (unreleased) ### 0.5.12 (2019-10-01)
Language Features: Language Features:
* Type Checker: Allow assignment to external function arguments except for reference types. * Type Checker: Allow assignment to external function arguments except for reference types.
@ -13,10 +13,10 @@ Compiler Features:
Bugfixes: Bugfixes:
* Fix internal error when popping a dynamic storage array of mappings. * Code Generator: 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.
* Name Resolver: Fix wrong source location when warning on shadowed aliases in import declarations. * 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) ### 0.5.11 (2019-08-12)

View File

@ -750,6 +750,10 @@
"bugs": [], "bugs": [],
"released": "2019-08-12" "released": "2019-08-12"
}, },
"0.5.12": {
"bugs": [],
"released": "2019-10-01"
},
"0.5.2": { "0.5.2": {
"bugs": [ "bugs": [
"SignedArrayStorageCopy", "SignedArrayStorageCopy",