diff --git a/ChangeLog b/ChangeLog index 12ce11494..1612d1639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-01-18 Ben Bolker + + * inst/NEWS.Rd: fix trivial typos in NEWS file + 2025-01-11 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Release 1.0.14 diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index fcd7a0261..332fc7a57 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -11,11 +11,11 @@ \ghpr{1314} fixing \ghit{1313}) \item The \code{SET_TYPEOF} function and macro is no longer used (Kevin in \ghpr{1315} fixing \ghit{1312}) - \item An errorneous cast to \code{int} affecting large return object + \item An erroneous cast to \code{int} affecting large return object has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334}) \item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in \ghpr{1338}) - \item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with + \item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341}) } \item Changes in Rcpp Attributes: @@ -92,7 +92,7 @@ added in two places (Michael Chirico in \ghpr{1272} closing \ghit{1271}). \item Casts to avoid integer overflow in matrix row/col selections - have neem added (Aaron Lun \ghpr{1281}). + have been added (Aaron Lun \ghpr{1281}). \item Three print format correction uncovered by R-devel were applied with thanks to Tomas Kalibera (Dirk in \ghpr{1285}). \item Correct a print format correction in the RcppExports glue code