diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 99462080..73a97f5a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,6 +2,7 @@ ## Version 9.6.0 (development) +* Re-allowed installation with PHP 8.x * `ReferenceList::addNewReference()`, `Statement::addNewReference()` and the `StatementList` constructor supported being called with a variadic argument list, with a single array argument, or (in the case of `StatementList`) with a single `Traversable` argument.