Skip to content

Commit 27febf9

Browse files
committed
updated ChangeLog and NEWS for #1014 and other changes
1 parent 7ef640a commit 27febf9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
* R/Attributes.R: Correct how cppFunction() deal with multiple
1616
depends arguments
1717

18+
2019-11-08 Romain Francois <romain@rstudio.com>
19+
20+
* inst/include/Rcpp/lang.h: Safer Rcpp_list* and Rcpp_lang*
21+
* inst/include/Rcpp/Function.h: Add Function.invoke() for operator()
22+
* inst/include/Rcpp/generated/Function__operator.h: Safer
23+
Function.operator() using Function.invoke()
24+
1825
2019-11-08 Dirk Eddelbuettel <edd@debian.org>
1926

2027
* DESCRIPTION (Date, Version): Release 1.0.3

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@
55

66
\section{Changes in Rcpp version 1.0.4 (2020-03-xx)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Safer \code{Rcpp_list*}, \code{Rcpp_lang*} and
11+
\code{Function.operator()} (Romain in \ghpr{1014}, \ghit{1015}).
12+
}
813
\item Changes in Rcpp Attributes:
914
\itemize{
1015
\item The \code{cppFunction} helper now deals correctly with mulitple
1116
\code{depends} arguments (TJ McKinley in \ghpr{1016} fixing
1217
\ghit{1017}).
1318
}
19+
\item Changes in Rcpp Documentation:
20+
\itemize{
21+
\item The \code{.github/} directory now has more explicit guidance on
22+
contributinh, issues, and pull requests (Dirk).
23+
}
1424
}
1525
}
1626

0 commit comments

Comments
 (0)