Skip to content

Commit

Permalink
Merge pull request #11029 from ethereum/setreleasedatefor082
Browse files Browse the repository at this point in the history
Set release date and sort changelog.
  • Loading branch information
chriseth authored Mar 2, 2021
2 parents cc88fd2 + 26d8ee2 commit 661d110
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
### 0.8.2 (unreleased)

Language Features:

### 0.8.2 (2021-03-02)

Compiler Features:
* AST: Export NatSpec comments above each statement as their documentation.
Expand All @@ -12,18 +9,19 @@ Compiler Features:


Bugfixes:
* Type Checker: Fix internal error when override specifier is not a contract.
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
* AST: Added ``referencedDeclaration`` for enum members.
* Code Generator: Fix internal error when functions are passed as parameters of other callables, when the function types can be implicitly converted, but not identical.
* Parser: Properly parse ``.address`` in some situations.
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
* Type Checker: Fix internal error when override specifier is not a contract.
* Type Checker: Make function-hash collision errors into fatal type errors.


AST Changes:
* Support field `documentation` to hold NatSpec comments above each statement.
* Adds `nameLocation` to declarations to represent the exact location of the symbolic name.
* Adds ``nameLocation`` to declarations to represent the exact location of the symbolic name.
* Removed the redundant function type "bytearraypush" - replaced by "arraypush".
* Support field ``documentation`` to hold NatSpec comments above each statement.


### 0.8.1 (2021-01-27)

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 @@ -1385,5 +1385,9 @@
"0.8.1": {
"bugs": [],
"released": "2021-01-27"
},
"0.8.2": {
"bugs": [],
"released": "2021-03-02"
}
}

0 comments on commit 661d110

Please sign in to comment.