Skip to content

Commit

Permalink
Release 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Sep 11, 2021
1 parent b56b5b7 commit e8da903
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,13 @@ XP Compiler ChangeLog

## ?.?.? / ????-??-??

## 6.9.0 / 2021-09-12

* Merged PR #124: Add support for readonly properties. Implements feature
request #115, using native code for PHP 8.1 and simulated via virtual
properties for PHP 7.X and PHP 8.0
(@thekid)

## 6.8.3 / 2021-09-11

* Fixed types not being emitted for promoted properties - @thekid
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/ast": "^7.5",
"xp-framework/ast": "^7.6",
"php" : ">=7.0.0"
},
"require-dev" : {

0 comments on commit e8da903

Please sign in to comment.