Skip to content

Commit 4c131c9

Browse files
committed
new minor version, updated NEWS
1 parent aad23da commit 4c131c9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

inst/NEWS.Rd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10-
\item Calls from exception handling to `Rf_warning()` now correctly set an
11-
initial format string (Dirk in \ghpr{777} fixing \ghit{776}).
10+
\item Calls from exception handling to \code{Rf_warning()} now correctly
11+
set an initial format string (Dirk in \ghpr{777} fixing \ghit{776}).
12+
\item The 'new' Date and Datetime vectors now have \code{is_na} methods
13+
too. (Dirk in \ghpr{783} fixing \ghit{781}).
1214
}
1315
\item Changes in Rcpp Attributes:
1416
\itemize{
@@ -17,8 +19,8 @@
1719
}
1820
\item Changes in Rcpp Documentation:
1921
\itemize{
20-
\item The Rcpp FAQ now shows \code{Rcpp::Rcpp.plugin.maker()}m not the
21-
\code{:::} use.
22+
\item The Rcpp FAQ now shows \code{Rcpp::Rcpp.plugin.maker()} and not the
23+
outdated \code{:::} use applicable non-exported functions.
2224
}
2325
}
2426
}

0 commit comments

Comments
 (0)