Skip to content

Commit 4d1fed0

Browse files
committed
updated NEWS
1 parent 2440034 commit 4d1fed0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

inst/NEWS.Rd

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
\item The exception stack message is now correctly demangled on all
1111
compiler versions (Jim Hester in \ghpr{598})
1212
\item Date and Datetime object and vector now have format methods and
13-
\code{operator<<} support (PR\ghpr{599})
13+
\code{operator<<} support (\ghpr{599}).
14+
\item The \code{size} operator in \code{Matrix} is explicitly referenced
15+
avoiding a g++-6 issues (\ghpr{607} fixing \ghit{605}).
16+
\item The underlying date calculation code was updated (\ghpr{621},
17+
\ghpr{623}).
1418
\item Addressed improper diagonal fill for non-symmetric matrices
1519
(James Balamuta in \ghpr{622} addressing \ghit{619})
1620
}
1721
\item Changes in Rcpp Sugar:
1822
\itemize{
1923
\item Added new Sugar function \code{sample()} (Nathan Russell in
20-
\ghpr{610}).
24+
\ghpr{610} and \ghpr{616}).
2125
\item Added new Sugar function \code{Arg()} (James Balamuta in
2226
\ghpr{626} addressing \ghit{625}).
2327
}
@@ -33,7 +37,7 @@
3337
\item Exposed pointers macros were included in the Rcpp Extending vignette
3438
(MathurinD; James Balamuta in \ghpr{592} addressing \ghit{418}).
3539
\item The file \code{Rcpp.bib} move to directory \code{bib} which is
36-
guaranteed to be present.
40+
guaranteed to be present (\ghpr{631}).
3741
}
3842
\item Changes in Rcpp build system
3943
\itemize{

0 commit comments

Comments
 (0)