Skip to content

Commit f9ebbff

Browse files
committed
Changelog.
1 parent 478daed commit f9ebbff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Language Features:
44

55

66
Compiler 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``.
1516
AST 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

0 commit comments

Comments
 (0)