Changelog entry.

This commit is contained in:
chriseth 2021-02-02 16:14:30 +01:00
parent 32974a5168
commit b3261d7b0f

View File

@ -1,6 +1,7 @@
### 0.8.2 (unreleased)
Language Features:
* Support user-defined errors: ``error X(uint a);``, ``require(c, X(7));``, ``revert(X(7));``, ``catch X(uint a)``
Compiler Features:
@ -9,6 +10,11 @@ Compiler Features:
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)