This blog is updated daily.
A general description is here.
‘x[[Inf]]’ (returning ‘NULL’) no longer leads to undefined behavior, thanks to a report by Kirill Müller in PR#17756. Further, ‘x[[-Inf]]’ and ‘x[[-n]]’ now give more helpful error messages.
‘data(package = "P")’ for ‘P’ in ‘base’ and ‘stats’ no longer reports the data sets from package ‘datasets’ (which it did for back compatibility for 16 years), fixing PR#17730.