Skip to content

Commit 7efcd67

Browse files
committed
ChangeLog and NEWS for Dan's two PRs
1 parent 8c65254 commit 7efcd67

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2016-05-16 Daniel C. Dillon <[email protected]>
2+
3+
* inst/include/Rcpp/sugar/functions/max.h: Fixing constness
4+
* inst/include/Rcpp/sugar/functions/min.h: Ditto
5+
6+
2016-05-15 Daniel C. Dillon <[email protected]>
7+
8+
* inst/include/Rcpp/vector/Matrix.h: Correcting ambiguities in
9+
Vector/Matrix and scalar operations
10+
* inst/include/Rcpp/sugar/operators/divides.h: Ditto
11+
* inst/include/Rcpp/sugar/operators/minus.h: Ditto
12+
* inst/include/Rcpp/sugar/operators/plus.h: Ditto
13+
* inst/include/Rcpp/sugar/operators/times.h: Ditto
14+
115
2016-05-14 Dirk Eddelbuettel <[email protected]>
216

317
* DESCRIPTION: Release 0.12.5

inst/NEWS.Rd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.6 (2016-07-31)}{
7+
\itemize{
8+
\item Changes in Rcpp Sugar:
9+
\itemize{
10+
\item Const-ness of \code{min} and \code{max} functions has been corrected.
11+
(Dan Dillon in PR \ghpr{478} fixing issue \ghit{477}).
12+
\item Ambiguities for matrix/vector and scalar operations have been fixed
13+
(Dan Dillon in PR \ghpr{476} fixing issue \ghit{475}).
14+
}
15+
}
16+
}
17+
618
\section{Changes in Rcpp version 0.12.5 (2016-05-14)}{
719
\itemize{
820
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)