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 3e18f72 commit 4b98c87Copy full SHA for 4b98c87
pod/perldelta.pod
@@ -174,13 +174,17 @@ section.
174
175
Additionally, the following selected changes have been made:
176
177
-=head3 L<XXX>
+=head3 L<perldata>
178
179
=over 4
180
181
=item *
182
183
-XXX Description of the change here
+Binary and octal floating-point constants (such as C<012.345p-2> and
184
+C<0b101.11p-1>) are now documented. This feature was first introduced in perl
185
+5.22.0 together with hexadecimal floating-point constants and had a few bug
186
+fixes in perl 5.28.0, but it was never formally documented.
187
+[GH #18664]
188
189
=back
190
0 commit comments