Skip to content

Commit 0c84bef

Browse files
committed
Add changelog entry
1 parent 1c2279b commit 0c84bef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog.md

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

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

6+
* Merged PR #114: Implements first-class callable syntax: `strlen(...)`
7+
now returns a closure which if invoked with a string argument, returns
8+
its length. Includes support for static and instance methods as well as
9+
indirect references like `$closure(...)` and `self::{$expression}(...)`,
10+
see https://wiki.php.net/rfc/first_class_callable_syntax
11+
(@thekid)
12+
613
## 6.5.0 / 2021-05-22
714

815
* Merged PR #111: Add support for directives using declare - @thekid

0 commit comments

Comments
 (0)