We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58746 commit 324de7dCopy full SHA for 324de7d
2 files changed
ChangeLog
@@ -1,3 +1,7 @@
1
+2017-08-04 Lei Yu <leiyu_1981@qq.com>
2
+
3
+ * inst/include/Rcpp/Module.h: Correct one closing parenthesis
4
5
2017-07-13 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION: Release 0.12.12
inst/NEWS.Rd
@@ -3,6 +3,16 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
+\section{Changes in Rcpp version 0.12.13 [unreleased] (2017-09-xx)}{
+ \itemize{
8
+ \item Changes in Rcpp Modules:
9
10
+ \item Misplacement of one parenthesis in macro \code{LOAD_RCPP_MODULE}
11
+ was corrected (Lei Yu in \ghpr{737})
12
+ }
13
14
+}
15
16
\section{Changes in Rcpp version 0.12.12 (2017-07-13)}{
17
\itemize{
18
\item Changes in Rcpp API:
0 commit comments