From 9598b3c40f12f8a079c937d192c9155313f0411f Mon Sep 17 00:00:00 2001
From: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
Date: Sun, 11 Feb 2024 17:23:59 +0100
Subject: [PATCH] Update array_pad docs for 8.3
---
reference/array/functions/array-pad.xml | 26 ++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/reference/array/functions/array-pad.xml b/reference/array/functions/array-pad.xml
index ff2483f4db44..6d3176e61c85 100644
--- a/reference/array/functions/array-pad.xml
+++ b/reference/array/functions/array-pad.xml
@@ -24,7 +24,6 @@
absolute value of length is less than or
equal to the length of the array then no
padding takes place.
- It is possible to add at most 1048576 elements at a time.
@@ -74,6 +73,31 @@
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.3.0
+
+ Prior to 8.3, only 1048576 elements could be added at once.
+ Now it is limited only by the maximum size of an array instead.
+
+
+
+
+
+
+
+
&reftitle.examples;