This blog is updated daily.
A general description is here.
‘raw(0) & raw(0)’ and
‘raw(0) | raw(0)’ again return ‘raw(0)’ (rather than ‘logical(0)’).
‘intToUtf8()’ converts integers corresponding to surrogate code points to ‘NA’ rather than invalid UTF-8, as well as values larger than the current Unicode maximum of ‘0x10FFFF’.
Fix calling of methods on S4 generics that dispatch on ‘...’ when the call contains ‘...’.