Skip to content

Commit 6b45f8c

Browse files
committed
update ChangeLog and NEWS
1 parent a83df54 commit 6b45f8c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-02-14 Iñaki Ucar <[email protected]>
2+
3+
* inst/include/Rcpp/iostream/Rstreambuf.h: Fixed single-character handling
4+
(pull request #649, fixes issue #647)
5+
16
2017-02-13 Dirk Eddelbuettel <[email protected]>
27

38
* R/Attributes.R (.plugins[["cpp17"]]): New plugin

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
\itemize{
1010
\item Added new size attribute aliases for number of rows and columns in
1111
DataFrame (James Balamuta in \ghpr{638} addressing \ghit{630}).
12+
\item Fixed single-character handling in \code{Rstreambuf} (Iñaki Ucar in
13+
\ghpr{649} addressing \ghit{647}).
1214
}
1315
\item Changes in Rcpp Sugar:
1416
\itemize{

0 commit comments

Comments
 (0)