Skip to content

Commit 02e7d27

Browse files
committed
update ChangeLog and NEWS, roll minor version and date
1 parent a17fa1a commit 02e7d27

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2019-07-18 Pierrick Roger <pk.roger@icloud.com>
2+
3+
* src/attributes.cpp: Correct parsing of default function values
4+
* inst/unitTests/cpp/attributes.cpp: Added tests
5+
* inst/unitTests/runit.attributes.R: Idem
6+
17
2019-07-16 Dirk Eddelbuettel <edd@debian.org>
28

39
* debian/: Removed, see https://salsa.debian.org/edd/r-base/ instead

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.3
4-
Date: 2019-04-26
3+
Version: 1.0.1.5
4+
Date: 2019-07-20
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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)}{
6+
\section{Changes in Rcpp version 1.0.2 (2019-07-20)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -17,6 +17,8 @@
1717
\item The second END wrapper macro also gets \code{UNPROTECT} and
1818
a variable reference suppressing compiler warnings (Dirk in
1919
\ghpr{953}) fixing \ghit{951}).
20+
\item Default function arguments are parsed correctly (Pierrick
21+
Roger in \ghpr{977} fixing \ghit{975})
2022
}
2123
\item Changes in Rcpp Sugar:
2224
\itemize{
@@ -32,7 +34,7 @@
3234
\itemize{
3335
\item The \code{Rcpp-modules} vignette now covers the
3436
\code{RCPP_EXPOSED_*} macros, and the \code{Rcpp-extending} vignette
35-
references it (Ralf Stubner in \ghpr{959} fixing \ghit{953})
37+
references it (Ralf Stubner in \ghpr{959} fixing \ghit{952})
3638
}
3739
}
3840
}

0 commit comments

Comments
 (0)