We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3f9a8 commit d149b6dCopy full SHA for d149b6d
1 file changed
language/control-structures/switch.xml
@@ -290,8 +290,32 @@ switch($beer)
290
]]>
291
</programlisting>
292
</informalexample>
293
+ &warn.deprecated.feature-8-5-0;
294
</para>
295
296
+
297
+ <sect2 role="changelog">
298
+ &reftitle.changelog;
299
+ <informaltable>
300
+ <tgroup cols="2">
301
+ <thead>
302
+ <row>
303
+ <entry>&Version;</entry>
304
+ <entry>&Description;</entry>
305
+ </row>
306
+ </thead>
307
+ <tbody>
308
309
+ <entry>8.5.0</entry>
310
+ <entry>
311
+ The alternate syntax using a semicolon after <literal>case</literal> has been deprecated.
312
+ </entry>
313
314
+ </tbody>
315
+ </tgroup>
316
+ </informaltable>
317
+ </sect2>
318
319
<sect2 role="seealso">
320
&reftitle.seealso;
321
<para>
0 commit comments