We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WeakReference::__debugInfo()
1 parent 0e48683 commit e9e6177Copy full SHA for e9e6177
language/predefined/weakreference.xml
@@ -80,6 +80,30 @@ NULL
80
</para>
81
</section>
82
83
+ <section role="changelog">
84
+ &reftitle.changelog;
85
+ <informaltable>
86
+ <tgroup cols="2">
87
+ <thead>
88
+ <row>
89
+ <entry>&Version;</entry>
90
+ <entry>&Description;</entry>
91
+ </row>
92
+ </thead>
93
+ <tbody>
94
95
+ <entry>8.4.0</entry>
96
+ <entry>
97
+ Calling <methodname>WeakReference::__debugInfo</methodname> now also outputs
98
+ the referenced object, or <literal>NULL</literal> if the reference is no longer
99
+ valid.
100
+ </entry>
101
102
+ </tbody>
103
+ </tgroup>
104
+ </informaltable>
105
+ </section>
106
+
107
</partintro>
108
109
&language.predefined.weakreference.construct;
0 commit comments