Skip to content

Commit 368d86a

Browse files
committed
Add NEWS re: ListOf<T>
1 parent 617bb76 commit 368d86a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5+
\section{Changes in Rcpp version 0.11.4 [UNRELEASED]}{
6+
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item The \code{ListOf<T>} class gains the \code{.attr} and
10+
\code{.names} methods common to other Rcpp vectors.
11+
}
12+
}
13+
}
14+
515
\section{Changes in Rcpp version 0.11.3 (2014-09-27)}{
616
\itemize{
717
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)