Skip to content

Commit 217feff

Browse files
committed
updated NEWS.Rd
1 parent 229da20 commit 217feff

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-01-01 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/NEWS.Rd: Added entries for a few PRs since last release
4+
15
2021-12-28 Dirk Eddelbuettel <[email protected]>
26

37
* README.md: Add section on performance

inst/NEWS.Rd

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,36 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10-
\item \code{STRICT_R_HEADERS} will be enabled by default, see
11-
extensive discussion in \ghit{1158}.
10+
\item \code{STRICT_R_HEADERS} is now enabled by default, see
11+
extensive discussion in \ghit{1158} closing \ghit{898}.
1212
\item A new \code{#define} allows default setting of finalizer
1313
calls for external pointers (Iñaki in \ghpr{1180} closing \ghit{1108}).
14-
\item `Rcpp:::CxxFlags()` now quotes the include path generated,
15-
closing \ghit{1188}.
14+
\item \code{Rcpp:::CxxFlags()} now quotes the include path generated,
15+
(Kevin in \ghpr{1189} closing \ghit{1188}).
16+
\item New header files \code{Rcpp/Light}, \code{Rcpp/Lighter},
17+
\code{Rcpp/Lightest} and default \code{Rcpp/Rcpp} for fine-grained
18+
access to features (and compilation time) (Dirk \ghpr{1191}
19+
addressing \ghpr{1168}).
20+
}
21+
\item Changes in Rcpp Attributes:
22+
\itemize{
23+
\item A new option \code{signature} allows customization of
24+
function signatures (Travers Ching in \ghpr{1184} and \ghpr{1187} fixing
25+
\ghit{1182})
1626
}
1727
\item Changes in Rcpp Documentation:
1828
\itemize{
1929
\item The Rcpp FAQ has a new entry on how \emph{not} to grow a vector
2030
(Dirk in \ghpr{1167}).
2131
\item Some long-spurious calls to \code{RNGSope} have been removed
22-
from examples.
32+
from examples (Dirk in \ghpr{1173} closing \ghit{1172}).
33+
\item DOI reference in the bibtex files have been updated per JSS
34+
request (Dirk in \ghpr{1186}).
2335
}
2436
\item Changes in Rcpp Deployment:
2537
\itemize{
26-
\item Some continuous integration components have been updated.
38+
\item Some continuous integration components have been updated
39+
(Dirk in \ghpr{1174}, \ghpr{1181}, and \ghpr{1190}).
2740
}
2841
}
2942
}

0 commit comments

Comments
 (0)