Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion reference/array/functions/array-pad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
absolute value of <parameter>length</parameter> is less than or
equal to the length of the <parameter>array</parameter> then no
padding takes place.
It is possible to add at most 1048576 elements at a time.
</para>
</refsect1>

Expand Down Expand Up @@ -74,6 +73,31 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
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.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down