Skip to content

Commit c0fa507

Browse files
authored
Document lazy objects (#3975)
1 parent b75863f commit c0fa507

16 files changed

+1894
-0
lines changed

language/oop5.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
&language.oop5.references;
4848
&language.oop5.serialization;
4949
&language.oop5.variance;
50+
&language.oop5.lazy-objects;
5051
&language.oop5.changelog;
5152
</chapter>
5253

language/oop5/changelog.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
</row>
1717
</thead>
1818
<tbody>
19+
<row>
20+
<entry>8.4.0</entry>
21+
<entry>
22+
Added: Support for <link linkend="language.oop5.lazy-objects">Lazy Objects</link>.
23+
</entry>
24+
</row>
1925
<row>
2026
<entry>8.1.0</entry>
2127
<entry>

0 commit comments

Comments
 (0)