This blog is updated daily.
A general description is here.
seemsS4Object (methods package) is deprecated in favour of isS4().
help(<a character vector>) now uses the name and not the value of the vector unless it has length exactly one, so e.g. help(letters) now gives help on 'letters'. (Related to PR#9927)
getS3method() could fail if the method name contained a special regexp metacharacter such as "+".