Skip to content

Commit 0ba1b55

Browse files
committed
updated NEWS for #1132 and #1133
1 parent 7f56d2e commit 0ba1b55

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

inst/NEWS.Rd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp patch release version 1.0.7 (2021-07-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Refactored \code{Rcpp_PreserveObject} and \code{Rcpp_ReleaseObject}
11+
which are now O(1) (Dirk and Iñaki in \ghpr{1133} fixing \ghit{382} and
12+
\ghit{1081}).
13+
\item Changes in Rcpp Attributes:
14+
\itemize{
15+
\item Packages with dots in their name can now have per-package
16+
include files (Dirk in \ghpr{1132} fixes \ghit{1129}).
17+
}
18+
}
19+
}
20+
621
\section{Changes in Rcpp patch release version 1.0.6 (2021-01-14)}{
722
\itemize{
823
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)