Skip to content

Commit 5bce23c

Browse files
committed
update ChangeLog and NEWS.Rd
1 parent d389a8a commit 5bce23c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2022-07-23 Iñaki Ucar <[email protected]>
2+
3+
* inst/include/Rcpp/r/headers.h: Unwind protection is enabled by default
4+
unless `RCPP_NO_UNWIND_PROTECT` is defined (`RCPP_USE_UNWIND_PROTECT` is
5+
not checked anymore and has no effect)
6+
* R/Attributes.R: `[[Rcpp::plugins(unwindProtect)]]` is deprecated
7+
* inst/tinytest/cpp/stack.cpp: Adapted
8+
* inst/tinytest/test_interface.R: Adapted
9+
* inst/tinytest/testRcppInterfaceExporter/src/config.h: Removed
10+
111
2022-07-10 Dirk Eddelbuettel <[email protected]>
212

313
* docker/ci-4.1/Dockerfile: Add Dockerfile for 4.1 series

inst/NEWS.Rd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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 x.x.x (xxxx-xx-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Unwind protection is enabled by default (Iñaki in \ghpr{xxxx}).
11+
It can be disabled by defining \code{RCPP_NO_UNWIND_PROTECT} before
12+
including \code{Rcpp.h}. \code{RCPP_USE_UNWIND_PROTECT} is not checked
13+
anymore and has no effect. The associated plugin \code{unwindProtect}
14+
is therefore deprecated and will be removed in a future release.
15+
}
16+
}
17+
}
18+
619
\section{Changes in Rcpp hotfix release version 1.0.9 (2022-07-02)}{
720
\itemize{
821
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)