Skip to content

Commit d360ba2

Browse files
committed
ChangeLog and NEWS for recents PRs, roll version
1 parent 462c58f commit d360ba2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-08-04 James J Balamuta <[email protected]>
2+
3+
* src/attributes.cpp: Correct variable re-declaration
4+
15
2016-08-03 Dirk Eddelbuettel <[email protected]>
26

37
* .gitattributes: Added to have ChangeLog and NEWS.Rd merge via union

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.6.2
4-
Date: 2016-07-31
3+
Version: 0.12.6.4
4+
Date: 2016-08-04
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
\item Improved Autogeneration Warning for RcppExports
1717
(James Balamuta in \ghpr{528} addressing issue \ghit{526}).
1818
\item Fixed invalid C++ prefix identifiers in auto-generated code
19-
(James Balamuta in \ghpr{528} addressing issue \ghit{387}).
19+
(James Balamuta in \ghpr{528} and \ghpr{531} addressing issue
20+
\ghit{387}).
21+
\item String constructors now set default UTF-8 encoding (Qiang Kou in
22+
\ghpr{529} fixing \ghit{263}).
2023
}
2124
\item Changes in Rcpp unit tests
2225
\itemize{

0 commit comments

Comments
 (0)