Skip to content

Commit 6c9be42

Browse files
committed
ChangeLog and NEWS entries for Joshua's PR #411
1 parent 29165ca commit 6c9be42

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-12-29 Joshua Pritikin <[email protected]>
2+
3+
* inst/include/Rcpp/Module.h: Initialize base class in copy ctor
4+
* inst/include/Rcpp/macros/interface.h: Idem
5+
16
2015-12-12 Qiang Kou <[email protected]>
27

38
* inst/include/Rcpp/String.h: std::hash<Rcpp::String>

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
\item Insert additional space around \code{&} in function interface (PR
2323
\ghpr{400} by Kazuki Fukui fixing \ghit{278}).
2424
}
25+
\item Changes in Rcpp Modules:
26+
\itemize{
27+
\item The copy constructor now initialized the base class (PR \ghpr{411}
28+
by Joshua Pritikin fixing \ghit{410})
29+
}
2530
}
2631
}
2732

0 commit comments

Comments
 (0)