Skip to content

Commit 5aa0721

Browse files
committed
NEWS entry for Rcpp 0.12.7
1 parent 3dea272 commit 5aa0721

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2016-07-18 Kevin Ushey <kevin@rstudio.com>
22

3-
* inst/include/r/headers.h: Ensure NORET macro set appropriately
3+
* inst/NEWS.rd: NEWS entry for NORET macro def'n
4+
* inst/include/Rcpp/r/headers.h: Ensure NORET macro set appropriately
45

56

67
2016-07-18 Dirk Eddelbuettel <edd@debian.org>

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.7 (UNRELEASED)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Rcpp now ensures the \code{NORET} macro is defined, if it is not
11+
already defined by R. (addressing issue \ghit{512})
12+
}
13+
}
14+
}
15+
616
\section{Changes in Rcpp version 0.12.6 (2016-07-18)}{
717
\itemize{
818
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)