From e07d4dbad09ca9c1d88a156737ab800708736726 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Fri, 7 Jan 2022 00:47:57 +0100 Subject: [PATCH] Release 8.0.0 --- ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b4dc628..7380a2a 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,13 +3,14 @@ XP AST ChangeLog ## ?.?.? / ????-??-?? -## 8.0.0 / ????-??-?? +## 8.0.0 / 2022-01-07 This major release promotes annotations and comments to *Node* subclasses, making it easy to implement different emitter scenarios for them. For example, classes to be used with the XP Framework will have meta information attached to them, while others will not, reducing their dependencies. +* Merged PR #35: Support static closures (`static fn() => ...`) - @thekid * Implemented xp-framework/rfc#341: Drop XP 9 compatibility - @thekid * Merged PR #34: Refactor annotations from associative arrays to instances of the `lang.ast.nodes.Annotations` class.