Skip to content

Commit ebe67e8

Browse files
committed
updated ChangeLog and NEWS [ci skip]
1 parent 7e1418d commit ebe67e8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
* DESCRIPTION (Version, Date): Roll minor version again
44

5+
2017-05-05 Kirill Müller <[email protected]>
6+
7+
* inst/include/Rcpp/date_datetime/Date.h: Suppress -Wconversion warnings
8+
* inst/include/Rcpp/date_datetime/Datetime.h: Idem
9+
* inst/include/Rcpp/date_datetime/newDateVector.h: Idem
10+
* inst/include/Rcpp/date_datetime/newDatetimeVector.h: Idem
11+
* inst/include/Rcpp/sugar/functions/rowSums.h: Idem
12+
* inst/include/Rcpp/sugar/functions/sample.h: Idem
13+
* inst/include/Rcpp/sugar/functions/strings/trimws.h: Idem
14+
515
2017-04-26 Dirk Eddelbuettel <[email protected]>
616

717
* inst/include/Rcpp/exceptions.h (string_to_try_error): Protect result

inst/NEWS.Rd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
variadic templating for \code{Rcpp::stop} and \code{Rcpp::warning}
1818
(James Balamuta in \ghpr{676}).
1919
\item Exception messages have been rewritten to provide additional
20-
information. (James Balamuta in \ghpr{676} and \ghpr{677} addressing \ghit{184}).
20+
information. (James Balamuta in \ghpr{676} and \ghpr{677} addressing
21+
\ghit{184}).
22+
\item One more instance of \code{Rf_mkString} is protected from garbage
23+
collection (Dirk in \ghpr{684} addressing \ghit{683}).
24+
\item Several compiler warnings for \code{-Wconversions} are no longer
25+
generated (Kirill Mueller in \ghpr{687} and \ghpr{688})
2126
}
2227
\item Changes in Rcpp Documentation:
2328
\itemize{

0 commit comments

Comments
 (0)