Skip to content

Commit 324de7d

Browse files
committed
changelog and news update
1 parent 8d58746 commit 324de7d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-08-04 Lei Yu <[email protected]>
2+
3+
* inst/include/Rcpp/Module.h: Correct one closing parenthesis
4+
15
2017-07-13 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION: Release 0.12.12

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.13 [unreleased] (2017-09-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp Modules:
9+
\itemize{
10+
\item Misplacement of one parenthesis in macro \code{LOAD_RCPP_MODULE}
11+
was corrected (Lei Yu in \ghpr{737})
12+
}
13+
}
14+
}
15+
616
\section{Changes in Rcpp version 0.12.12 (2017-07-13)}{
717
\itemize{
818
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)