Skip to content

Commit

Permalink
update ChangeLog and NEWS.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jul 23, 2022
1 parent d389a8a commit 5bce23c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-07-23 Iñaki Ucar <iucar@fedoraproject.org>

* inst/include/Rcpp/r/headers.h: Unwind protection is enabled by default
unless `RCPP_NO_UNWIND_PROTECT` is defined (`RCPP_USE_UNWIND_PROTECT` is
not checked anymore and has no effect)
* R/Attributes.R: `[[Rcpp::plugins(unwindProtect)]]` is deprecated
* inst/tinytest/cpp/stack.cpp: Adapted
* inst/tinytest/test_interface.R: Adapted
* inst/tinytest/testRcppInterfaceExporter/src/config.h: Removed

2022-07-10 Dirk Eddelbuettel <edd@debian.org>

* docker/ci-4.1/Dockerfile: Add Dockerfile for 4.1 series
Expand Down
13 changes: 13 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp release version x.x.x (xxxx-xx-xx)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
\item Unwind protection is enabled by default (Iñaki in \ghpr{xxxx}).
It can be disabled by defining \code{RCPP_NO_UNWIND_PROTECT} before
including \code{Rcpp.h}. \code{RCPP_USE_UNWIND_PROTECT} is not checked
anymore and has no effect. The associated plugin \code{unwindProtect}
is therefore deprecated and will be removed in a future release.
}
}
}

\section{Changes in Rcpp hotfix release version 1.0.9 (2022-07-02)}{
\itemize{
\item Changes in Rcpp API:
Expand Down

0 comments on commit 5bce23c

Please sign in to comment.