Skip to content

Commit 661d110

Browse files
authored
Merge pull request #11029 from ethereum/setreleasedatefor082
Set release date and sort changelog.
2 parents cc88fd2 + 26d8ee2 commit 661d110

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Changelog.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
### 0.8.2 (unreleased)
2-
3-
Language Features:
4-
1+
### 0.8.2 (2021-03-02)
52

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

1310

1411
Bugfixes:
15-
* Type Checker: Fix internal error when override specifier is not a contract.
16-
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
1712
* AST: Added ``referencedDeclaration`` for enum members.
1813
* 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.
1914
* Parser: Properly parse ``.address`` in some situations.
15+
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
16+
* Type Checker: Fix internal error when override specifier is not a contract.
2017
* Type Checker: Make function-hash collision errors into fatal type errors.
2118

2219

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

2826
### 0.8.1 (2021-01-27)
2927

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,5 +1385,9 @@
13851385
"0.8.1": {
13861386
"bugs": [],
13871387
"released": "2021-01-27"
1388+
},
1389+
"0.8.2": {
1390+
"bugs": [],
1391+
"released": "2021-03-02"
13881392
}
13891393
}

0 commit comments

Comments
 (0)