Skip to content

Commit

Permalink
Merge pull request #7493 from ethereum/prepare_0512
Browse files Browse the repository at this point in the history
Update changelog for 0.5.12 release.
  • Loading branch information
chriseth authored Oct 1, 2019
2 parents cbdc3bc + a3dacc4 commit 48c77c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,10 @@
"bugs": [],
"released": "2019-08-12"
},
"0.5.12": {
"bugs": [],
"released": "2019-10-01"
},
"0.5.2": {
"bugs": [
"SignedArrayStorageCopy",
Expand Down

0 comments on commit 48c77c9

Please sign in to comment.