mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update changelog for 0.5.12 release.
This commit is contained in:
parent
7bc8503f53
commit
a3dacc4d8b
@ -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)
|
||||
|
@ -750,6 +750,10 @@
|
||||
"bugs": [],
|
||||
"released": "2019-08-12"
|
||||
},
|
||||
"0.5.12": {
|
||||
"bugs": [],
|
||||
"released": "2019-10-01"
|
||||
},
|
||||
"0.5.2": {
|
||||
"bugs": [
|
||||
"SignedArrayStorageCopy",
|
||||
|
Loading…
Reference in New Issue
Block a user