Changelog entry.

This commit is contained in:
chriseth 2021-02-02 16:14:30 +01:00
parent 3f417324f1
commit 1487b55fe8

View File

@ -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.