We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff00bf7 commit 563d968Copy full SHA for 563d968
inst/NEWS.Rd
@@ -3,6 +3,17 @@
3
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
4
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
5
6
+\section{Changes in Rcpp version 0.12.4 (2016-01-XX)}{
7
+ \itemize{
8
+ \item Changes in Rcpp API:
9
10
+ \item \code{Nullable<>::operator SEXP()} and
11
+ \code{Nullable<>::get()} now also work for \code{const} objects
12
+ (PR \ghpr{417}).
13
+ }
14
15
+}
16
+
17
\section{Changes in Rcpp version 0.12.3 (2016-01-10)}{
18
\itemize{
19
\item Changes in Rcpp API:
0 commit comments