This blog is updated daily.
A general description is here.
‘.mapply(F, dots, .)’ no longer segfaults when ‘dots’ is not a ‘list’ and uses ‘match.fun(F)’ as always documented; reported by Andrew Simmons in PR#18164.
‘hist(<Date>, ...)’ and ‘hist(<POSIXt>, ...)’ no longer pass arguments for ‘rect()’, such as ‘col’ and ‘density’, to ‘axis()’. (Thanks to Sebastian Meyer's PR#18171.)