Skip to content

Commit 7bfec31

Browse files
committed
add NEWS entry
1 parent cb5d507 commit 7bfec31

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

inst/NEWS.Rd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
which are now O(1) (Dirk and Iñaki in \ghpr{1133} and \ghpr{1135}
1212
fixing \ghit{382} and \ghit{1081}).
1313
\item A spuriously assigned variable was removed (Dirk in
14-
\ghpr{1138} fixing \ghit{1137})
14+
\ghpr{1138} fixing \ghit{1137}).
1515
\item Global \code{Rcout} and \code{Rcerr} objects are supported
1616
via a compiler directive (Iñaki in \ghpr{1139} fixing \ghit{928})
1717
\item Add support for \code{Rcpp::message} (Dirk in \ghpr{1146}
18-
fixing \ghit{1145})
18+
fixing \ghit{1145}).
19+
\item The \code{uint32_t} type is used throughout instead of
20+
\code{unsigned int} (Dirk in \ghpr{1153} fixing \ghit{1152}).
21+
\item The \code{cfloat} header for floating point limits is now
22+
included {\Dirk in \ghpr{1162} fixing \ghit{1161}).
1923
}
2024
\item Changes in Rcpp Attributes:
2125
\itemize{

0 commit comments

Comments
 (0)