From 250c0825537d501e327df879fb3d4cd751933b85 Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Sat, 25 Sep 2021 01:05:01 -0700 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fc3eb..fb2fc01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - `vfsStreamContainerIterator::rewind()` - `vfsStreamDirectory::getIterator()` - `vfsStreamPrintVisitor::printContent()` - * Fix support PHP 8.1 support in `vfsStreamPrintVisitor` + * Fix PHP 8.1 support in `vfsStreamPrintVisitor` 1.6.9 (2021-07-16) ------------------