This blog is updated daily.
A general description is here.
‘hist(x, "FD")’ no longer “dies” with a somewhat cryptic error message when ‘x’ has extreme outliers or ‘IQR()’ zero: ‘nclass.FD(x)’ tries harder to find a robust bin width h in the latter case, and ‘hist.default(*, breaks)’ now checks and corrects a too large ‘breaks’ number. (PR#17274)
Resource leaks (and similar) reported by Steve Grubb fixed. (PR#17314, PR#17316, PR#17317, PR#17318, PR#17319, PR#17320)