Skip to content

Commit d9a448a

Browse files
committed
expand NEWS to reflect more recent changes
1 parent 194d172 commit d9a448a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

inst/NEWS.Rd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@
77
\item Changes in Rcpp API:
88
\itemize{
99
\item Correct use of WIN32 instead of _WIN32 to please Windows 10
10-
\item Add an assignment operator to DimNameProxy (PR #339)
11-
\item Correct character vector conversion from single char (PR #344, issue #343)
10+
\item Add an assignment operator to \code{DimNameProxy} (PR #339 by Florian)
11+
\item Add vector and matrix accessors \code{.at()} with bounds checking
12+
(PR #342 by Florian)
13+
\item Correct character vector conversion from single char (PR #344 by
14+
Florian fixing issue #343)
15+
\item Correct on use of \code{R_xlen_t} back to \code{size_t} (PR #348 by Romain)
1216
}
1317
\item Changes in Rcpp Attributes:
1418
\itemize{
1519
\item Correctly reset directory in case of no-rebuilding but Windows code
20+
(PR #335)
1621
}
1722
}
1823
}

0 commit comments

Comments
 (0)