This blog is updated daily.
A general description is here.
split(x, g) always returns a list as documented. (It used to return NULL for a zero-length 'x'.)
tapply(x, g, ...) misbehaved if the args were of zero length. (PR#10644)
isoreg(x, y) no longer segfaults when y has NAs.