Skip to content

Commit 5d2d8ea

Browse files
committed
changelog and news for #501
1 parent 7ea2f04 commit 5d2d8ea

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2016-07-03 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version): Rolling minor version
4+
5+
2016-07-02 Qiang Kou <[email protected]>
6+
7+
* src/attributes.cpp: Replace '.' in package names
8+
19
2016-06-23 Dirk Eddelbuettel <[email protected]>
210

311
* DESCRIPTION (Version): Rolling minor version

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.3
4-
Date: 2016-06-23
3+
Version: 0.12.5.4
4+
Date: 2016-07-03
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
\item The \code{na_omit()} function is now faster for vectors without
3232
\code{NA} values (Artem Klevtsov in PR \ghpr{492})
3333
}
34+
\item Changes in Rcpp Attributes:
35+
\itemize{
36+
\item Code generation now deals correctly which packages containing a dot
37+
in their name (Qiang in \ghpr{501} fixing \ghit{500})
38+
}
3439
}
3540
}
3641

0 commit comments

Comments
 (0)