This blog is updated daily.
A general description is here.
‘intToUtf8(<negative>)’ now returns ‘NA’ and no longer accesses invalid memory, thanks to Kevin Ushey's report with patch in PR#19052.
The ‘print()’ method for ‘rle()’ now passes ‘...’ to ‘str()’.
Subassigning ‘"POSIXlt"’, i.e., ‘<tdat>[i] <- val’ and ‘<tdat>[[i]] <- val’ now rebalance as they should; additionally, ‘val’ is now converted to the time zone of ‘tdat’; thanks mostly to Mikael Jagan's PR#18919.
