Skip to content

Commit 4fddd1c

Browse files
committed
expand ChangeLog and NEWS with two missing entries
1 parent 2c99039 commit 4fddd1c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-07-10 Jeff Pollock <[email protected]>
2+
3+
* inst/include/Rcpp/Module.h: Avoid unused variable warning
4+
* inst/include/Rcpp/Module_generated_Constructor.h: Ditto
5+
16
2017-07-09 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Roll minor version
@@ -28,6 +33,10 @@
2833
* src/attributes.cpp: Replace dot (".") with underscore ("_") in package
2934
names when generating native routine registrations.
3035

36+
2017-06-27 Jeroen Ooms <[email protected]>
37+
38+
* inst/include/RcppCommon.h: Support attribute_visible macro
39+
3140
2017-06-17 Kirill Müller <[email protected]>
3241

3342
* inst/include/Rcpp/Dimension.h: Explicit cast to int

inst/NEWS.Rd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.12 (Unreleased)}{
6+
\section{Changes in Rcpp version 0.12.12 (2017-07-13)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -14,10 +14,15 @@
1414
addressing \ghit{707}).
1515
\item Dimension attributes are explicitly cast to \code{int} (Kirill
1616
Müller in \ghpr{715}).
17-
\item Unused arguments are no longer declared (Kirill Müller in \ghpr{716}).
17+
\item Unused arguments are no longer declared (Kirill Müller in
18+
\ghpr{716}).
19+
\item Visibility of exported functions is now supported via the R macro
20+
\code{atttribute_visible} (Jeroen Ooms in \ghpr{720}).
1821
\item The \code{no_init()} constructor accepts \code{R_xlen_t} (Kirill
1922
Müller in \ghpr{730}).
2023
\item Loop unrolling used \code{R_xlen_t} (Kirill Müller in \ghpr{731}).
24+
\item Two unused-variables warnings are now avoided (Jeff Pollock in
25+
\ghpr{732}).
2126
}
2227
\item Changes in Rcpp Attributes:
2328
\itemize{

0 commit comments

Comments
 (0)