Skip to content

Commit 5252c43

Browse files
committed
add NEWS entry for PR 406, roll minor version and date
also minor whitespace indent in ChangeLog
1 parent 63b272f commit 5252c43

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

ChangeLog

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
2015-12-04 Qiang Kou <[email protected]>
22

3-
* inst/include/Rcpp/vector/Matrix.h: Add math operators between matrix and scalar
3+
* inst/include/Rcpp/vector/Matrix.h: Add math operators between matrix
4+
and scalar
45
* inst/unitTests/runit.Matrix.R: Unit tests
56
* inst/unitTests/cpp/Matrix.cpp: Unit tests
67

7-
2015-11-27 JJ Allaire <[email protected]>
8-
9-
* src/attributes.cpp: Avoid invalid function names when
10-
generating C++ interfaces.
11-
128
2015-11-27 Daniel C. Dillon <[email protected]>
139

1410
* inst/include/Rcpp/vector/proxy.h: const_iterators for CharacterVector
@@ -22,6 +18,11 @@
2218

2319
[ All this was commited on Sep 5 but only merged Nov 27 ]
2420

21+
2015-11-25 JJ Allaire <[email protected]>
22+
23+
* src/attributes.cpp: Avoid invalid function names when
24+
generating C++ interfaces.
25+
2526
2015-11-15 Kazuki Fukui <[email protected]>>
2627

2728
* src/attributes.cpp: Insert extra space around & in interface

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.2
4-
Date: 2015-11-14
3+
Version: 0.12.2.2
4+
Date: 2015-12-05
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
@@ -9,6 +9,8 @@
99
\itemize{
1010
\item Const iterators now \code{CharacterVector} now behave like regular
1111
iterators (PR \ghpr{404} by Dan fixing \ghit{362}).
12+
\item Math operators between matrix and scalars type have been added (PR
13+
\ghpr{406} by Qiang fixing \ghit{365}).
1214
}
1315
\item Changes in Rcpp Attributes:
1416
\itemize{

0 commit comments

Comments
 (0)