Skip to content

Commit 6897d46

Browse files
committed
Update NEWS.Rd for recent PRs
1 parent 78e859b commit 6897d46

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

inst/NEWS.Rd

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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 release version 1.1.2.2 [github] (2026-08-08)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Ensure protection in \code{StretchyList::push_back()} (Kevin in
11+
\ghpr{1490} closing \ghit{1489})
12+
\item Ensure protection in fresh proxy \code{get()} calls (Kevin in
13+
\ghpr{1492} closing \ghit{1491})
14+
\item Ensure protection in Module method and function results (Kevin in
15+
\ghpr{1494} closing \ghit{1493})
16+
\item Convert C++ exception to R errors in Module \code{.External}
17+
entries (Kevin in \ghpr{1496} closing \ghit{1495})
18+
}
19+
\item Changes in Rcpp Documentation:
20+
\itemize{
21+
\item Mention updated doxygen2 documentation and once again working
22+
R-forge list rcpp-devel in README.md
23+
}
24+
}
25+
}
26+
627
\section{Changes in Rcpp release version 1.1.2 (2026-07-01)}{
728
\itemize{
829
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)