language/oop5/changelog.xml
6a3ce2f9a191ad00fdd709c249e6dea16df316e3
...
...
@@ -16,6 +16,30 @@
16
16
</row>
17
17
</thead>
18
18
<tbody>
19
+
<row>
20
+
<entry>8.4.0</entry>
21
+
<entry>
22
+
Added: Support for <link linkend="language.oop5.property-hooks">Property Hooks</link>.
23
+
</entry>
24
+
</row>
25
+
<row>
26
+
<entry>8.4.0</entry>
27
+
<entry>
28
+
Added: Support for <link linkend="language.oop5.lazy-objects">Lazy Objects</link>.
29
+
</entry>
30
+
</row>
31
+
<row>
32
+
<entry>8.1.0</entry>
33
+
<entry>
34
+
Added: Support for the <modifier>final</modifier> modifier for class constants. Also, interface constants become overridable by default.
35
+
</entry>
36
+
</row>
37
+
<row>
38
+
<entry>8.0.0</entry>
39
+
<entry>
40
+
Added: Support for the <link linkend="language.oop5.basic.nullsafe">nullsafe operator</link> <emphasis>?-&gt;</emphasis> to access properties and methods on objects that may be null.
41
+
</entry>
42
+
</row>
19
43
<row>
20
44
<entry>7.4.0</entry>
21
45
<entry>
...
...
@@ -249,7 +273,7 @@
249
273
<entry>5.3.0</entry>
250
274
<entry>
251
275
Added: <link linkend="language.types.string.syntax.heredoc">heredoc</link>
252
-
and <link linkend="language.types.string.syntax.heredoc">nowdoc</link>
276
+
and <link linkend="language.types.string.syntax.nowdoc">nowdoc</link>
253
277
support for class <emphasis>const</emphasis> and property definitions.
254
278
Note: heredoc values must follow the same rules as double-quoted strings,
255
279
(e.g. no variables within).
256
280