Skip to content

Commit 90c5afe

Browse files
committed
changelog and news update for #934
1 parent e44c6fa commit 90c5afe

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

ChangeLog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
2018-12-26 Zhuoer Dong <[email protected]>
2-
* vignettes/Rcpp-quickref.Rmd: fix three bugs: use `Named()`,
3-
define `glob`, `glob.ls(TRUE)`. see #933
4-
1+
2018-12-26 Zhuoer Dong <[email protected]>
2+
3+
* vignettes/Rcpp-quickref.Rmd: Fix three bugs: use `Named()`, define
4+
`glob`, `glob.ls(TRUE)`.
55

66
2018-12-01 Dirk Eddelbuettel <[email protected]>
77

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

66
\section{Changes in Rcpp version 1.0.1 (2019-xx-yy)}{
7+
\itemize{
78
\item Changes in Rcpp API:
89
\itemize{
910
\item Subsetting is no longer limited by an integer range (William
@@ -15,6 +16,11 @@
1516
\itemize{
1617
\item A new plugin was added for C++20 (Dirk in \ghpr{927})
1718
}
19+
\item Changes in Rcpp Documentation:
20+
\itemize{
21+
\item Three small corrections were added in the 'Rcpp Quickref
22+
vignette (Zhuoer Dong in \ghpr{934} fixing \ghit{933}).
23+
}
1824
}
1925
}
2026

0 commit comments

Comments
 (0)