Skip to content

Commit 344b84a

Browse files
committed
update NEWS
1 parent 367133b commit 344b84a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/NEWS.Rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
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})
1013
\item Unwind protection is enabled by default (Iñaki in \ghpr{1225}).
1114
It can be disabled by defining \code{RCPP_NO_UNWIND_PROTECT} before
1215
including \code{Rcpp.h}. \code{RCPP_USE_UNWIND_PROTECT} is not checked

0 commit comments

Comments
 (0)