Skip to content

Commit 6c18f61

Browse files
committed
news entry for Kevin's patch, and inc'ed version to 0.11.0.1
1 parent f3125b5 commit 6c18f61

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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.11.0
4-
Date: 2014-02-02
3+
Version: 0.11.0.1
4+
Date: 2014-02-03
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]" ),
66
person("Romain", "Francois", role = "aut", email = "[email protected]"),
77
person("JJ", "Allaire", role = "ctb", email = "[email protected]"),

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 [UNRELEASED] Rcpp version 0.11.1 (2014-04-01)}{
6+
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item Preserve backwards compatibility with Rcpp 0.10.* by allow
10+
\code{RObject} extraction from vectors (or lists) of Rcpp objects
11+
}
12+
}
13+
}
14+
515
\section{Changes in Rcpp version 0.11.0 (2014-02-02)}{
616
\itemize{
717
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)