From 9241117474cf3c8704d5f7a1cd5c55c9714b3398 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 7 Oct 2021 10:40:22 +0200 Subject: [PATCH] Update changelog --- package.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index e41576ea..7ed691db 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,8 @@ PHP License -- +- Fixed compatibility with PHP 8.1 by adding return types to APCUIterator. +- APCUIterator::current() and ::key() can no longer be called on an invalid iterator.