We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4467336 commit e945c31Copy full SHA for e945c31
1 file changed
ChangeLog.md
@@ -3,6 +3,14 @@ XP Compiler ChangeLog
3
4
## ?.?.? / ????-??-??
5
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
14
## 9.10.0 / 2026-04-23
15
16
* Merged PR #190: Implement logical AND and OR assignment operators `&&=`
0 commit comments