Skip to content

Commit e2be6a9

Browse files
committed
remove a spurious semicolon, update changelog and news
1 parent 1e2d9b1 commit e2be6a9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-02-24 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/include/Rcpp/exceptions_impl.h: Remove spurious semicolon
4+
5+
2020-02-23 Dirk Eddelbuettel <edd@debian.org>
6+
7+
* inst/include/Rcpp/generated/Vector__create.h: Added #nocov tags
8+
* inst/include/Rcpp/exceptions_impl.h: Idem
9+
* src/api.cpp: Idem plus some whitespace realignment
10+
111
2020-02-13 Dirk Eddelbuettel <edd@debian.org>
212

313
* README.md: Add a Debian badge

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\item Safer \code{Rcpp_list*}, \code{Rcpp_lang*} and
1111
\code{Function.operator()} (Romain in \ghpr{1014}, \ghit{1015}).
1212
\item A number of \code{#nocov} markers were added (Dirk in
13-
\ghpr{1036} and \ghpr{1042}).
13+
\ghpr{1036}, \ghpr{1042} and \ghpr{1044}).
1414
\item Finalizer calls clear external pointer first (Kirill Müller and
1515
Dirk in \ghpr{1038}).
1616
\item Scalar operations with a rhs matrix no longer change the

inst/include/Rcpp/exceptions_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ namespace Rcpp {
8686
trace.attr("class") = "Rcpp_stack_trace";
8787
rcpp_set_stack_trace(trace); // #nocov end
8888
}
89-
};
89+
}

0 commit comments

Comments
 (0)