Skip to content

Commit e945c31

Browse files
committed
Release 9.11.0
1 parent 4467336 commit e945c31

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ XP Compiler ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 9.11.0 / 2026-04-23
7+
8+
* Merged PR #61: Refactor function scopes: Capturing and returning.
9+
- `fn` captures variables from the surrounding scope
10+
- `function` does not
11+
- `=> ...` is short for `{ return ... }`
12+
(@thekid)
13+
614
## 9.10.0 / 2026-04-23
715

816
* Merged PR #190: Implement logical AND and OR assignment operators `&&=`

0 commit comments

Comments
 (0)