Skip to content

Commit 8e9e398

Browse files
committed
changelog and NEWS for warningcall
1 parent 7db4680 commit 8e9e398

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2016-06-23 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version): Rolling minor version
4+
5+
* inst/include/Rcpp/exceptions.h (Rcpp): Also expose Rf_warningcall()
6+
within Rcpp namespace (without leading Rf_)
7+
18
2016-06-20 Qin Wenfeng <[email protected]>
29

310
* inst/include/Rcpp/exceptions.h: add RCPP_USING_UTF8_ERROR_STRING macro

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.5.2
4-
Date: 2016-05-22
3+
Version: 0.12.5.3
4+
Date: 2016-06-23
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
mailing list bug report by Masaki Tsuda)
1717
\item Allow for UTF-8 encoding in error messages via
1818
\code{RCPP_USING_UTF8_ERROR_STRING} macro (Qin Wenfeng in \ghpr{493})
19+
\item The R function \code{Rf_warningcall} is now provided as well (as
20+
usual without leading Rf_) (\ghpr{497} fixing \ghit{495})
1921
}
2022
\item Changes in Rcpp Sugar:
2123
\itemize{

0 commit comments

Comments
 (0)