We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367133b commit 344b84aCopy full SHA for 344b84a
inst/NEWS.Rd
@@ -7,6 +7,9 @@
7
\itemize{
8
\item Changes in Rcpp API:
9
10
+ \item The 'finalize' method for Rcpp Modules is now eagerly materialized,
11
+ fixing an issue where errors can occur when Module finalizers are run.
12
+ (Kevin in \ghpr{1231})
13
\item Unwind protection is enabled by default (Iñaki in \ghpr{1225}).
14
It can be disabled by defining \code{RCPP_NO_UNWIND_PROTECT} before
15
including \code{Rcpp.h}. \code{RCPP_USE_UNWIND_PROTECT} is not checked
0 commit comments