Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 6, 2022
1 parent 388d38c commit e07d4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e07d4db

Please sign in to comment.