Skip to content

Commit a661a4b

Browse files
committed
Release 6.6.0
1 parent fad8cf5 commit a661a4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChangeLog.md

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

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

6+
## 6.6.0 / 2021-07-10
7+
8+
* Emit null-coalesce operator as `$a ?? $a= expression` instead of as
9+
`$a= $a ?? expression`, saving one assignment operation for non-null
10+
case. Applies to PHP 7.0, 7.1 and 7.2.
11+
(@thekid)
612
* Removed conditional checks for PHP 8.1 with native enum support, all
713
releases and builds available on CI systems now contain it.
814
(@thekid)

0 commit comments

Comments
 (0)