Skip to content

Commit 71a48f0

Browse files
authored
fix(hash/hash-init): split merged changelog rows and reorder (#2430)
1 parent 2753117 commit 71a48f0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

reference/hash/functions/hash-init.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: fe4ff341037cab316f76ca414f9a1a8ecdc4abfd Maintainer: yannick Status: ready -->
2+
<!-- EN-Revision: fe4ff341037cab316f76ca414f9a1a8ecdc4abfd Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="function.hash-init" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -127,10 +127,6 @@
127127
<entry>L'usage de fonction de hachage non-cryptographique (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) avec <constant>HASH_HMAC</constant> a été désactivé.</entry>
128128
</row>
129129
<row>
130-
<entry>7.2.0</entry>
131-
<entry>
132-
Retourne une <classname>HashContext</classname> au lieu d'une ressource.
133-
</entry>
134130
<entry>8.0.0</entry>
135131
<entry>
136132
Lève une exception <classname>ValueError</classname> dorénavant si le
@@ -141,6 +137,12 @@
141137
<constant>E_WARNING</constant> était emis.
142138
</entry>
143139
</row>
140+
<row>
141+
<entry>7.2.0</entry>
142+
<entry>
143+
Retourne une <classname>HashContext</classname> au lieu d'une ressource.
144+
</entry>
145+
</row>
144146
</tbody>
145147
</tgroup>
146148
</informaltable>

0 commit comments

Comments
 (0)