Skip to content

Commit a9c6145

Browse files
committed
update NEWS
1 parent fc61472 commit a9c6145

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

inst/NEWS.Rd

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
respect to temporaries (Kevin in \ghpr{1067} fixing \ghit{1066},
3030
and \ghpr{1071} fixing \ghpr{1070}).
3131
}
32+
\item Changes in Rcpp Sugar:
33+
\itemize{
34+
\item Two \code{sample()} objects are now standard vectors and not
35+
\code{R_alloc} created (Dirk in \ghpr{1075} fixing \ghpr{1074}).
36+
}
37+
\item Changes in Rcpp Documentation:
38+
\itemize{
39+
\item The pdf file of the earlier introduction is again typeset
40+
with bibliographic information. (Dirk)
41+
}
3242
\item Changes in Rcpp Deployment:
3343
\itemize{
3444
\item Travis CI unit tests now run a matrix over the versions of R
@@ -38,11 +48,6 @@
3848
\item The exceptions test is now partially skipped on Solaris as
3949
it already is on Windows (Dirk in \ghpr{1065}).
4050
}
41-
\item Changes in Rcpp Sugar:
42-
\itemize{
43-
\item Two \code{sample()} objects are now standard vectors and not
44-
\code{R_alloc} created (Dirk in \ghpr{1075} fixing \ghpr{1074}).
45-
}
4651
}
4752
}
4853

0 commit comments

Comments
 (0)