Skip to content

Commit 5d0956f

Browse files
committed
ChangeLog and NEWS for Dan's #394 + #395
1 parent 567800e commit 5d0956f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-11-08 Daniel C. Dillon <[email protected]>
2+
3+
* inst/include/Rcpp/Nullable.h: No longer prevent assignment of
4+
R_NilValue to Nullable<> in function signatures
5+
16
2015-11-06 Kevin Ushey <kevinushey@gmailcom>
27

38
* inst/include/Rcpp/vector/Subsetter.h: Add sugar math operators

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
by Tianqi, fixing \ghit{380})
1616
\item An overflow in Matrix column indexing was corrected (PR \ghpr{390}
1717
by Qiang, fixing a bug reported by Allessandro on the list)
18+
\item \code{Nullable} types can now be assigned \code{R_NilValue} in
19+
function signatures. (PR \ghpr{395} by Dan, fixing issue \ghit{394})
1820
}
1921
\item Changes in Rcpp Attributes:
2022
\itemize{

0 commit comments

Comments
 (0)