Skip to content

Commit 940e34e

Browse files
committed
add ChangeLog + NEWS; roll minor version + date
1 parent e1ef61d commit 940e34e

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-04-14 Kirill Müller <krlmlr@mailbox.org>
2+
3+
* inst/include/Rcpp/macros/macros.h: Remove unused variable warning in
4+
BEGIN_RCPP macro
5+
6+
* inst/include/Rcpp/DataFrame.h: Explicitly call parent constructor
7+
18
2017-04-11 Dirk Eddelbuettel <edd@debian.org>
29

310
* inst/inst/unitTests/testRcppClass/src/init.c (R_init_testRcppClass): Call

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.10
4-
Date: 2017-03-17
3+
Version: 0.12.10.1
4+
Date: 2017-04-14
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

inst/NEWS.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10-
\item ...
10+
\item Rcpp::exceptions can now be constructed without a call stack (Jim
11+
Hester in \ghpr{663} addressing \ghit{664}).
12+
\item Somewhat spurious compiler messages under very verbose settings are
13+
now suppressed (Kirill Mueller in \ghpr{670} and \ghpr{671}).
1114
}
1215
\item Changes in Rcpp Documentation:
1316
\itemize{
1417
\item Added a Known Issues section to the Rcpp FAQ vignette
1518
(James Balamuta in \ghpr{661} addressing \ghit{628}, \ghit{563},
1619
\ghit{552}, \ghit{460}, \ghit{419}, and \ghit{251}).
17-
\item Rcpp::exceptions can now be constructed without a call stack (Jim
18-
Hester in \ghpr{663}).
1920
}
2021
}
2122
}

0 commit comments

Comments
 (0)