=item *
-L<IO> has been upgraded from version 1.25_06 to version 1.25_07.
+L<IO> has been upgraded from version 1.25_06 to 1.25_07.
-C<sync()> can now be called on read only file handles [perl #64772].
+C<sync()> can now be called on read-only file handles [perl #64772].
=item *
=item *
-L<Unicode::UCD> has been upgraded from version 0.43 to version 0.44.
+L<Unicode::UCD> has been upgraded from version 0.43 to 0.44.
+
This adds a function L<all_casefolds()|Unicode::UCD/all_casefolds()>
that returns all the casefolds.
=item *
-On optimisation involving fixed strings in regular expressions could cause
+An optimisation involving fixed strings in regular expressions could cause
a severe performance penalty in edge cases. This has been fixed
[perl #76546].