Adds changelog entry for structured AST node introduction.

This commit is contained in:
Erik Kundt 2020-01-30 17:33:33 +01:00
parent 4a179056ed
commit 306f6d963d

View File

@ -6,6 +6,7 @@ Language Features:
Compiler Features:
* Code Generator: Use ``calldatacopy`` instead of ``codecopy`` to zero out memory past input.
* AST: Add a new node for doxygen-style, structured documentation that can be received by contract, function, event and modifier definitions.
Bugfixes: