=over 4
+=item C<Archive::Tar>
+
+Upgraded from version 1.64 to 1.66.
+
+Among other things, the new version adds a new option to C<ptar> to allow safe
+creation of tarballs without world-writable files on Windows, allowing those
+archives to be uploaded to CPAN.
+
=item C<B::Lint>
Upgraded from version 1.11 to 1.12.
=item *
-XXX
+F<t/op/print.t> has been added to test implicit printing of C<$_>.
=back
Several memory leaks when loading XS modules were fixed.
+=item *
+
+A panic in the regular expression optimizer has been fixed (RT#75762).
+
+=item *
+
+Assignments to lvalue subroutines now honor copy-on-write behavior again, which
+has been broken since version 5.10.0 (RT#75656).
+
=back
=head1 Known Problems