Skip to content

Commit e3799de

Browse files
committed
Update NEWS, Changelog. Bump version.
1 parent 0ca897d commit e3799de

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-03-15 Jeroen Ooms <[email protected]>
2+
3+
* inst/include/Rcpp/XPtr.h: added finalizeOnExit parameter
4+
15
2017-02-28 Dirk Eddelbuettel <[email protected]>
26

37
* src/Rcpp_init.cpp (R_init_Rcpp): Call R_useDynamicSymbols()

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: 0.12.9.4
4-
Date: 2017-02-28
3+
Version: 0.12.9.5
4+
Date: 2017-03-15
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
@@ -11,6 +11,8 @@
1111
DataFrame (James Balamuta in \ghpr{638} addressing \ghit{630}).
1212
\item Fixed single-character handling in \code{Rstreambuf} (Iñaki Ucar in
1313
\ghpr{649} addressing \ghit{647}).
14+
\item XPtr gains a parameter \code{finalizeOnExit} to enable running the
15+
finalizer when R quits (Jeroen Ooms in \ghpr{656} addressing \ghit{655}).
1416
}
1517
\item Changes in Rcpp Sugar:
1618
\itemize{

0 commit comments

Comments
 (0)