Skip to content

Commit b7aced3

Browse files
committed
add ChangeLog and NEWS for #980, roll minor version
1 parent 1bad53b commit b7aced3

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2019-07-21 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
5+
2019-07-21 Riccardo Porreca <[email protected]>
6+
7+
* R/Module.R: Use an explicit Rcpp:: in the initalize method for C++
8+
classes wrapped inside modules to ensure proper initialization
9+
110
2019-07-20 Dirk Eddelbuettel <[email protected]>
211

312
* DESCRIPTION: Release 1.0.2

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-
Date: 2019-07-20
3+
Version: 1.0.2.1
4+
Date: 2019-07-21
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.3 (2019-11-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp Modules:
9+
\itemize{
10+
\item Improved initialization via explicit \code{Rcpp::} prefix
11+
(Riccardo Porreca in \ghpr{980})
12+
}
13+
}
14+
}
15+
616
\section{Changes in Rcpp version 1.0.2 (2019-07-20)}{
717
\itemize{
818
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)