Skip to content

Commit 4ed72aa

Browse files
committed
updated NEWS for #1132 and #1133
1 parent 7f56d2e commit 4ed72aa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

inst/NEWS.Rd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
}
14+
\item Changes in Rcpp Attributes:
15+
\itemize{
16+
\item Packages with dots in their name can now have per-package
17+
include files (Dirk in \ghpr{1132} fixes \ghit{1129}).
18+
}
19+
}
20+
}
21+
622
\section{Changes in Rcpp patch release version 1.0.6 (2021-01-14)}{
723
\itemize{
824
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)