mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog entry.
This commit is contained in:
parent
32974a5168
commit
b3261d7b0f
@ -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));``, ``catch X(uint a)``
|
||||||
|
|
||||||
|
|
||||||
Compiler Features:
|
Compiler Features:
|
||||||
@ -9,6 +10,11 @@ Compiler Features:
|
|||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
||||||
|
|
||||||
|
AST Changes:
|
||||||
|
* Support user-defined errors.
|
||||||
|
* The error name in ``TryCatchClause`` changed from a simple string to an ``IdentifierPath``.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 0.8.1 (2021-01-27)
|
### 0.8.1 (2021-01-27)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user