Skip to content

Commit 5ba63e9

Browse files
committed
updates ChangeLog and NEWS
1 parent 43f2ee6 commit 5ba63e9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-05-19 Qiang Kou <[email protected]>
2+
3+
* inst/include/Rcpp/String.h: Correct string replacement
4+
* inst/unitTests/runit.String.R: Unit test
5+
16
2016-05-16 Daniel C. Dillon <[email protected]>
27

38
* inst/include/Rcpp/sugar/functions/max.h: Fixing constness

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
\section{Changes in Rcpp version 0.12.6 (2016-07-31)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item String replacement was corrected (Qiang in \ghpr{479} following
11+
mailing list bug report by Masaki Tsuda)
12+
}
813
\item Changes in Rcpp Sugar:
914
\itemize{
1015
\item Const-ness of \code{min} and \code{max} functions has been corrected.

0 commit comments

Comments
 (0)