Skip to content

Commit 8592caa

Browse files
committed
filling in ChangeLog and NEWS for recent PRs
1 parent 962529b commit 8592caa

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

ChangeLog

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,32 @@
22

33
* DESCRIPTION (Version): Mark as 0.12.3.1
44

5-
* TODO: Add ChangeLog and NEWS entries for recent PRs
5+
2016-01-22 Daniel C. Dillon <[email protected]>
6+
7+
* R/Attributes.R: Add plugin for cpp14
8+
9+
2016-01-18 Daniel C. Dillon <[email protected]>
10+
11+
* inst/include/Rcpp/Nullable.h: Add isUsable()
12+
* inst/unitTests/cpp/misc.cpp: Add tests
13+
* inst/unitTests/runit.misc.R: Idem
14+
15+
2016-01-17 Nathan Russell <[email protected]>
16+
17+
* inst/include/Rcpp/sugar/functions/median.h: New function
18+
* inst/unitTests/cpp/sugar.cpp: Add tests
19+
* inst/unitTests/runit.sugar.R: Idem
20+
21+
2016-01-17 Daniel C. Dillon <[email protected]>
22+
23+
* inst/include/Rcpp/Nullable.h: Add as() and clone()
24+
* inst/unitTests/cpp/misc.cpp: Add tests
25+
* inst/unitTests/runit.misc.R: Idem
26+
27+
2016-01-13 Kirill Mueller <[email protected]>
28+
29+
* inst/include/Rcpp/Nullable.h: Added const support
30+
* inst/unitTests/cpp/misc.cpp: Added tests for const support
631

732
2016-01-10 Dirk Eddelbuettel <[email protected]>
833

inst/NEWS.Rd

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10-
\item \code{Nullable<>::operator SEXP()} and
10+
\item New accessors \code{as()} and \code{clone()} were added to the
11+
\code{Nullable} class (Dan in PR \ghpr{423} closing \ghit{421})
12+
\item The \code{Nullable<>::operator SEXP()} and
1113
\code{Nullable<>::get()} now also work for \code{const} objects
12-
(PR \ghpr{417}).
14+
(Kirill Mueller in PR \ghpr{417}).
15+
}
16+
\item Changes in Rcpp Sugar:
17+
\itemize{
18+
\item Added new Sugar function \code{median()} (Nathan in PR \ghpr{425}
19+
closing \ghit{424})
20+
}
21+
\item Changes in Rcpp Attributes:
22+
\itemize{
23+
\item A plugin for C++14 was added (Dan in PR \ghpr{427})
1324
}
1425
}
1526
}

0 commit comments

Comments
 (0)