Skip to content

Commit 889358a

Browse files
committed
added ChangeLog and NEWS entry for PR #285
1 parent 869a5c3 commit 889358a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
* inst/include/Rcpp/*: Removed BEGIN_RCPP and END_RCPP from a few files
1818
* src/Module.cpp: But added here
1919

20+
2015-04-19 Jonathan Marshall <[email protected]>
21+
22+
* inst/include/Rcpp/vector/string_proxy.h: Adds empty() constructor
23+
* inst/include/Rcpp/vector/const_string_proxy.h: Ditto
24+
2025
2015-03-18 Dmitrii Meleshko <[email protected]>
2126

2227
* inst/include/Rcpp/vector/Matrix.h: Added default ctor for 0x0 matrix

inst/NEWS.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
\item Header files try harder not to let macroas leak out.
1212
\item Matrices now have a default constructor for zero-by-zero dimension
1313
matrices (via pull request by Dmitrii Meleshko).
14+
\item A new \code{empty()} string constructor was added.
1415
}
1516
\item Changes in Rcpp Attributes:
1617
\itemize{

0 commit comments

Comments
 (0)