Skip to content

Commit

Permalink
Add note about PHP 8.2's $content in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Feb 23, 2022
1 parent 3c0438c commit 17d16a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.6.?? (2022-??-??)
-------------------

* Add support for PHP 8.2's `$content` property in `vfsStreamWrapper`

1.6.10 (2021-09-25)
-------------------

Expand Down

1 comment on commit 17d16a8

@andypost
Copy link

@andypost andypost commented on 17d16a8 Jul 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a stable release 1.6.11
It's a primary blocker for Drupal 10 to be compatible with PHP 8.2

Ref https://www.drupal.org/project/drupal/issues/3291553#comment-14621123

Please sign in to comment.