Skip to content

Commit cf8abe2

Browse files
committed
update NEWS
1 parent 556b6d4 commit cf8abe2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

inst/NEWS.Rd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10-
\code{STRICT_R_HEADERS} will be enabled by default, see \ghit{1126}.
10+
\item \code{STRICT_R_HEADERS} will be enabled by default, see
11+
extensive discussion in \ghit{1158}.
12+
\item A new \code{#define} allows default setting of finalizer
13+
calls for external pointers (Iñaki in \ghpr{1180} closing \ghit{1108}).
1114
}
1215
\item Changes in Rcpp Documentation:
1316
\itemize{
1417
\item The Rcpp FAQ has a new entry on how \emph{not} to grow a vector
15-
(Dirk in \ghpr{1167}).
18+
(Dirk in \ghpr{1167}).
19+
\item Some long-spurious calls to \code{RNGSope} have been removed
20+
from examples.
21+
}
22+
\item Changes in Rcpp Deployment:
23+
\itemize{
24+
\item Some continuous integration components have been updated.
1625
}
1726
}
1827
}

0 commit comments

Comments
 (0)