diff --git a/package.xml b/package.xml
index 8f2398d2..2788db90 100644
--- a/package.xml
+++ b/package.xml
@@ -40,6 +40,10 @@
PHP License
- Revert use of monotonic clock for TTL (#451)
+- Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
+- Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
+- Speed up serializing arrays with `apc.serializer=default`.
+- Reduce memory usage when unserializing instances of the empty array in PHP 7.3+.
@@ -74,6 +78,7 @@
+