Support s?printf parameter reordering.
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index ba94081..95dd6c5 100644 (file)
@@ -131,6 +131,11 @@ C<pack('U0a*', ...)> can now be used to force a string to UTF8.
 
 =item *
 
+The printf and sprintf now support parameter reordering using the
+C<%\d+\$> and C<*\d+\$> syntaxes.
+
+=item *
+
 prototype(\&) is now available.
 
 =item *