Skip to content

Commit 694c41b

Browse files
committed
minor revision 0.12.3.2
small edit to Qiang's ChangeLog entry adding NEWS entry
1 parent 6ff6619 commit 694c41b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2016-01-30 Qiang Kou <[email protected]>
1+
2016-01-30 Qiang Kou <[email protected]>
22

3-
* inst//include/Rcpp/vector/Subsetter.h: fix the error under gc
3+
* inst/include/Rcpp/vector/Subsetter.h: Fix the error under gc
44
* inst/unitTests/cpp/Vector.cpp : Add tests
55
* inst/unitTests/runit.Vector.R : Idem
66

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.3.1
4-
Date: 2016-01-22
3+
Version: 0.12.3.2
4+
Date: 2016-01-30
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
@@ -12,6 +12,8 @@
1212
\item The \code{Nullable<>::operator SEXP()} and
1313
\code{Nullable<>::get()} now also work for \code{const} objects
1414
(Kirill Mueller in PR \ghpr{417}).
15+
\item A subsetting error was fixed (Qiang via \ghpr{432} closing
16+
\ghit{431}).
1517
}
1618
\item Changes in Rcpp Sugar:
1719
\itemize{

0 commit comments

Comments
 (0)