reference/array/functions/array-pad.xml
2ed209827b7652deaf6d37293938a91196dcd91a
...
...
@@ -24,7 +24,6 @@
24
24
absolute value of <parameter>length</parameter> is less than or
25
25
equal to the length of the <parameter>array</parameter> then no
26
26
padding takes place.
27
-
It is possible to add at most 1048576 elements at a time.
28
27
</para>
29
28
</refsect1>
30
29

...
...
@@ -74,6 +73,31 @@
74
73
</para>
75
74
</refsect1>
76
75

76
+
<refsect1 role="changelog">
77
+
&reftitle.changelog;
78
+
<para>
79
+
<informaltable>
80
+
<tgroup cols="2">
81
+
<thead>
82
+
<row>
83
+
<entry>&Version;</entry>
84
+
<entry>&Description;</entry>
85
+
</row>
86
+
</thead>
87
+
<tbody>
88
+
<row>
89
+
<entry>8.3.0</entry>
90
+
<entry>
91
+
Prior to 8.3, only 1048576 elements could be added at once.
92
+
Now it is limited only by the maximum size of an array instead.
93
+
</entry>
94
+
</row>
95
+
</tbody>
96
+
</tgroup>
97
+
</informaltable>
98
+
</para>
99
+
</refsect1>
100
+

77
101
<refsect1 role="examples">
78
102
&reftitle.examples;
79
103
<para>
80
104