=item *
-XXX
+Overloading now works properly in conjunction with tied variables. What
+formerly happened was that most ops checked their arguments for overloading
+I<before> checking for magic, so for example an overloaded object returned
+by a tied array access would usually be treated as not overloaded
+(RT #57012).
=back
=item *
-XXX
+The following new functions or macros have been added to the public API:
+C<SvNV_nomg>, C<sv_2nv_flags>.
=back