Skip to content

Commit d55f9f1

Browse files
committed
roll minor version, update NEWS.Rd
1 parent c6f0e60 commit d55f9f1

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-03-19 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
15
2019-03-18 Dirk Eddelbuettel <[email protected]>
26

37
* inst/include/Rcpp/macros/macros.h (END_RCPP_RETURN_ERROR): Add

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.1
4-
Date: 2019-03-16
3+
Version: 1.0.1.1
4+
Date: 2019-03-19
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 1.0.2 (2019-xx-yy)}{
7+
\itemize{
8+
\item Changes in Rcpp Attributes:
9+
\itemize{
10+
\item The second END wrapper macro also gets \code{UNPROTECT} and
11+
a variable reference suppressing compiler warnings (Dirk in
12+
\ghpr{953}) fixing \ghit{951}).
13+
}
14+
}
15+
}
16+
617
\section{Changes in Rcpp version 1.0.1 (2019-03-17)}{
718
\itemize{
819
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)