Skip to content

Commit 1e7798d

Browse files
committed
ChangeLog and NEWS for #481
rolled Version and Date
1 parent 90bc32c commit 1e7798d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2016-05-18 Daniel C. Dillon <[email protected]>
2+
3+
* inst/include/Rcpp/algorithm.h: New approach for sugar
4+
5+
* inst/unitTests/cpp/algorithm.cpp: Unit test support
6+
* inst/unitTests/runit.algorithm.R: Ditto
7+
18
2016-05-17 Dirk Eddelbuettel <[email protected]>
29

310
* DESCRIPTION (Version): Rolling minor version

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.5.1
4-
Date: 2016-05-17
3+
Version: 0.12.5.2
4+
Date: 2016-05-22
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
(Dan Dillon in PR \ghpr{478} fixing issue \ghit{477}).
1717
\item Ambiguities for matrix/vector and scalar operations have been fixed
1818
(Dan Dillon in PR \ghpr{476} fixing issue \ghit{475}).
19+
\item New \code{algorithm} header using iterator-based approach for
20+
vectorized functions (Dan in \ghpr{481} revisiting \ghpr{428}).
1921
}
2022
}
2123
}

0 commit comments

Comments
 (0)