mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7493 from ethereum/prepare_0512
Update changelog for 0.5.12 release.
This commit is contained in:
commit
48c77c971d
@ -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)
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user