Skip to content

Commit fd9d5a1

Browse files
committed
Update NEWS.Rd
1 parent 33c4337 commit fd9d5a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

inst/NEWS.Rd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
\itemize{
99
\item All internal length variables have been changed from \code{R_len_t}
1010
to \code{R_xlen_t} to support vectors longer than 2^31-1 elements (via
11-
pull request 303 by Qiang Kou)
12-
\item The sugar function \code{sapply} now supports lambda functions
11+
pull request 303 by Qiang Kou).
12+
\item The sugar function \code{sapply} now supports lambda functions.
13+
\item The \code{var} sugar function now uses a more robust two-pass
14+
method, supports complex numbers, with new unit tests added.
1315
\item \code{String} constructors now allow encodings (via pull request 310
14-
by Qiang Kou)
16+
by Qiang Kou).
1517
}
1618
\item Changes in Rcpp Attributes:
1719
\itemize{

0 commit comments

Comments
 (0)