Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Feb 25, 2021
1 parent 77fa796 commit cc879be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Language Features:


Compiler Features:
* ABI: Include events in the ABI that are emitted by but not defined inside a contract.
* AST: Export NatSpec comments above each statement as their documentation.
* Inline Assembly: Do not warn anymore about variables or functions being shadowed by EVM opcodes.
* Optimizer: Simple inlining when jumping to small blocks that jump again after a few side-effect free opcodes.
Expand All @@ -20,6 +21,7 @@ Bugfixes:

AST Changes:
* Support field `documentation` to hold NatSpec comments above each statement.
* Add field ``emittedEvents`` to ``ContractDefinition`` which contains the AST IDs of all inherited and emitted events.
* Adds `nameLocation` to declarations to represent the exact location of the symbolic name.
* Removed the redundant function type "bytearraypush" - replaced by "arraypush".

Expand Down

0 comments on commit cc879be

Please sign in to comment.