diff --git a/reference/math/functions/pow.xml b/reference/math/functions/pow.xml
index fd6f17147dd4..06a491426d3f 100644
--- a/reference/math/functions/pow.xml
+++ b/reference/math/functions/pow.xml
@@ -57,6 +57,30 @@
PHP-Extensions may override the behaviour of this operation and make it return an object.
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.4.0
+
+ Raising 0 to a negative
+ exponent is now deprecated.
+
+
+
+
+
+
+
&reftitle.examples;