Skip to content

Commit 563d968

Browse files
author
Kirill Müller
committed
NEWS
1 parent ff00bf7 commit 563d968

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

inst/NEWS.Rd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 0.12.4 (2016-01-XX)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
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+
617
\section{Changes in Rcpp version 0.12.3 (2016-01-10)}{
718
\itemize{
819
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)