Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions language/oop5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
&language.oop5.references;
&language.oop5.serialization;
&language.oop5.variance;
&language.oop5.lazy-objects;
&language.oop5.changelog;
</chapter>

Expand Down
6 changes: 6 additions & 0 deletions language/oop5/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Added: Support for <link linkend="language.oop5.lazy-objects">Lazy Objects</link>.
</entry>
</row>
<row>
<entry>8.1.0</entry>
<entry>
Comment on lines +19 to 27
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside, we probably need to document about typing constants and readonly

Expand Down
Loading