mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog entry.
This commit is contained in:
parent
3f417324f1
commit
1487b55fe8
@ -1,6 +1,7 @@
|
|||||||
### 0.8.2 (unreleased)
|
### 0.8.2 (unreleased)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
|
* Support user-defined errors: ``error X(uint a);``, ``require(c, X(7));``, ``revert(X(7));``
|
||||||
|
|
||||||
|
|
||||||
Compiler Features:
|
Compiler Features:
|
||||||
@ -13,6 +14,10 @@ Bugfixes:
|
|||||||
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
|
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
|
||||||
* AST: Added ``referencedDeclaration`` for enum members.
|
* AST: Added ``referencedDeclaration`` for enum members.
|
||||||
|
|
||||||
|
AST Changes:
|
||||||
|
* Support user-defined errors.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
AST Changes:
|
AST Changes:
|
||||||
* Support field `documentation` to hold NatSpec comments above each statement.
|
* Support field `documentation` to hold NatSpec comments above each statement.
|
||||||
|
Loading…
Reference in New Issue
Block a user