reference/hash/functions/hash-update.xml
f3e46c7b29574706553f3d892c86aa78ded9e4c0
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>hash_update</methodname>
12
-
<methodparam><type>resource</type><parameter>context</parameter></methodparam>
12
+
<methodparam><type>HashContext</type><parameter>context</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>data</parameter></methodparam>
14
14
</methodsynopsis>
15
15

...
...
@@ -45,6 +45,30 @@
45
45
</para>
46
46
</refsect1>
47
47

48
+
<refsect1 role="changelog">
49
+
&reftitle.changelog;
50
+
<para>
51
+
<informaltable>
52
+
<tgroup cols="2">
53
+
<thead>
54
+
<row>
55
+
<entry>&Version;</entry>
56
+
<entry>&Description;</entry>
57
+
</row>
58
+
</thead>
59
+
<tbody>
60
+
<row>
61
+
<entry>7.2.0</entry>
62
+
<entry>
63
+
Accept <classname>HashContext</classname> instead of resource.
64
+
</entry>
65
+
</row>
66
+
</tbody>
67
+
</tgroup>
68
+
</informaltable>
69
+
</para>
70
+
</refsect1>
71
+
48
72
<refsect1 role="seealso">
49
73
&reftitle.seealso;
50
74
<para>
51
75