language/oop5/changelog.xml
8d181538611c512546ac394511aa1d8e900dd9a3
...
...
@@ -17,6 +17,18 @@
17
17
</thead>
18
18
<tbody>
19
19
<row>
20
+
<entry>8.1.0</entry>
21
+
<entry>
22
+
Added: Support for the <modifier>final</modifier> modifier for class constants. Also, interface constants become overridable by default.
23
+
</entry>
24
+
</row>
25
+
<row>
26
+
<entry>8.0.0</entry>
27
+
<entry>
28
+
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.
29
+
</entry>
30
+
</row>
31
+
<row>
20
32
<entry>7.4.0</entry>
21
33
<entry>
22
34
Changed: It is now possible to throw exception within
...
...
@@ -249,7 +261,7 @@
249
261
<entry>5.3.0</entry>
250
262
<entry>
251
263
Added: <link linkend="language.types.string.syntax.heredoc">heredoc</link>
252
-
and <link linkend="language.types.string.syntax.heredoc">nowdoc</link>
264
+
and <link linkend="language.types.string.syntax.nowdoc">nowdoc</link>
253
265
support for class <emphasis>const</emphasis> and property definitions.
254
266
Note: heredoc values must follow the same rules as double-quoted strings,
255
267
(e.g. no variables within).
256
268