This blog is updated daily.
A general description is here.
‘type.convert()’ (hence ‘read.table()’) returns as character string or factor when representing a numeric input as a double would lose accuracy. Similarly for complex inputs.
The ‘breaks’ argument in ‘hist.default()’ can now be a function that returns the breakpoints to be used (previously it could only return the suggested number of breakpoints).