Skip to content

Commit c500870

Browse files
committed
updated changelog and news, rolled minor version
1 parent 9c981a3 commit c500870

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
2019-03-23 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
5+
* inst/NEWS.Rd: Updated
6+
17
2019-03-20 James J Balamuta <[email protected]>
28

3-
* inst/include/Rcpp/sugar/functions/unique.h: Added decreasing parameter to control sort.
9+
* inst/include/Rcpp/sugar/functions/unique.h: Added decreasing
10+
parameter to control sort.
411
* inst/unitTests/runit.sugar.R: Added sort_unique() tests
512
* inst/unitTests/cpp/sugar.cpp: Ditto
613

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.1
4-
Date: 2019-03-19
3+
Version: 1.0.1.2
4+
Date: 2019-03-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 <[email protected]>

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
\section{Changes in Rcpp version 1.0.2 (2019-xx-yy)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Files in \code{src/} are now consistentely lowercase (Dirk
11+
in \ghpr{956}).
12+
}
813
\item Changes in Rcpp Attributes:
914
\itemize{
1015
\item The second END wrapper macro also gets \code{UNPROTECT} and
@@ -16,6 +21,11 @@
1621
\item Added decreasing parameter to \code{sort_unique()}
1722
(James Balamuta in \ghpr{958} addressing \ghit{950}).
1823
}
24+
\item Changes in Rcpp Deployment:
25+
\itemize{
26+
\item Travis CI unit tests are now always running irrespective of
27+
the package version (Dirk in \ghpr{954}).
28+
}
1929
}
2030
}
2131

0 commit comments

Comments
 (0)