From 306f6d963d3f34c802851cc7fe5a492608987341 Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Thu, 30 Jan 2020 17:33:33 +0100 Subject: [PATCH] Adds changelog entry for structured AST node introduction. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 999520996..c4c5450eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: