File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Language Features:
44
55
66Compiler Features:
7+ * ABI: Include events in the ABI that are emitted by but not defined inside a contract.
78 * Command Line Interface: Drop experimental support for `` --machine evm15 `` .
89 * Optimizer: Try to move `` and `` with constant inside `` or `` to improve storage writes of small types.
910
@@ -13,6 +14,7 @@ Bugfixes:
1314 * SMTChecker: Fix internal error on calling public getter on a state variable of type array (possibly nested) of structs.
1415 * SMTChecker: Fix internal error on pushing to `` string `` casted to `` bytes `` .
1516AST Changes:
17+ * Add field `` emittedEvents `` to `` ContractDefinition `` which contains the AST IDs of all inherited and emitted events.
1618
1719### 0.8.2 (2021-03-02)
1820
You can’t perform that action at this time.
0 commit comments