Skip to content

Commit cac27aa

Browse files
committed
Adds "Known Issues" section to Rcpp FAQ
1 parent 876d635 commit cac27aa

File tree

3 files changed

+404
-40
lines changed

3 files changed

+404
-40
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-03-28 James J Balamuta <balamut2@illinois.edu>
2+
3+
* inst/vignettes/Rcpp-FAQ.Rnw: Added "Known Issues" section to FAQ
4+
15
2017-03-17 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION: Release 0.12.10

inst/NEWS.Rd

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 0.12.11 (2017-05-??)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item ...
11+
}
12+
\item Changes in Rcpp Documentation:
13+
\itemize{
14+
\item Added a Known Issues section to the Rcpp FAQ vignette
15+
(James Balamuta in \ghpr{661} addressing \ghit{628}, \ghit{563},
16+
\ghit{552}, \ghit{460}, \ghit{419}, and \ghit{251}).
17+
}
18+
}
19+
}
20+
621
\section{Changes in Rcpp version 0.12.10 (2017-03-17)}{
722
\itemize{
823
\item Changes in Rcpp API:
@@ -30,7 +45,7 @@
3045
\itemize{
3146
\item An overdue explanation of how C++11, C++14, and C++17 can be used
3247
was added to the Rcpp FAQ.
33-
}
48+
}
3449
}
3550
}
3651

0 commit comments

Comments
 (0)