Skip to content

Commit 2e52820

Browse files
committed
add missing changelog and news entries for #1010
1 parent 47daf66 commit 2e52820

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2019-10-31 Romain Francois <[email protected]>
2+
3+
* inst/include/Rcpp/DataFrame.h: Protect temporaries from gc
4+
* inst/include/Rcpp/Environment.h: Idem
5+
* inst/include/Rcpp/r_cast.h: Idem
6+
17
2019-10-27 Dirk Eddelbuettel <[email protected]>
28

39
* DESCRIPTION (Version, Date): Roll minor version

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.2.4
4-
Date: 2019-10-27
3+
Version: 1.0.2.5
4+
Date: 2019-11-01
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
implies \code{RCPP_NO_MODULES} (Dirk in \ghpr{998} fixing \ghit{998}).
1414
\item \code{XPtr} tags are now preserved in \code{as<>} (Stephen Wade
1515
in \ghpr{1003} fixing \ghit{986})
16+
\item A few more temporary allocations are now protected from garbage
17+
collection (Romain Francois in \ghpr{1010}).
1618
}
1719
\item Changes in Rcpp Modules:
1820
\itemize{

0 commit comments

Comments
 (0)