Skip to content

Commit 97a134c

Browse files
committed
add ChangeLog and NEWS for Kevin's fix to tinyformat
1 parent efbfa16 commit 97a134c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-01-25 Kevin Ushey <kevinushey@gmail.com>
2+
3+
* inst/include/Rcpp/utils/tinyformat.h: define an error handler for
4+
tinyformat (using ::Rcpp::stop) to not spill assert
5+
16
2015-01-20 Dirk Eddelbuettel <edd@debian.org>
27

38
* DESCRIPTION: Release 0.11.4

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5+
\section{Changes in Rcpp version 0.11.5 (2015-xx-yy)}{
6+
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item Defining an error handler for tinyformat prevents \code{assert()}
10+
from spilling.
11+
}
12+
}
13+
}
14+
515
\section{Changes in Rcpp version 0.11.4 (2015-01-20)}{
616
\itemize{
717
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)