Skip to content

Commit 302a371

Browse files
committed
ChangeLog and NEWS updates
1 parent 1b4a29e commit 302a371

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-10-07 Ralf Stubner <[email protected]>
2+
3+
* vignettes/Rcpp-extending.Rmd: Correct EXPORT to EXPOSED in displays
4+
of the corresponding macro, and remove two spurious semicolons
5+
16
2018-10-02 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Date, Version): Roll minor version

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
test flag (for release versions) inside the container (Dirk).
2020
\item Correct the \code{R CMD check} call to skip vignettes (Dirk).
2121
}
22+
\item Changes in Rcpp Documentation:
23+
\itemize{
24+
\item The 'Rcpp Extending' vignette was corrected and refers to
25+
\code{EXPOSED} rather than \code{EXPORTED} (Ralf Stubner in \ghpr{910}).
26+
}
2227
}
2328
}
2429

0 commit comments

Comments
 (0)