Skip to content

Commit 30dc022

Browse files
committed
update NEWS.Rd
1 parent 0bb6ed1 commit 30dc022

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2020-12-16 Dirk Eddelbuettel <[email protected]>
22

3+
* inst/NEWS.Rd: Updated for recent activity
4+
35
* .github/workflows/ci.yaml: Add container-based CI runner
46
* README.md: Add new badge
57

inst/NEWS.Rd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
\ghpr{1109} cleaning up after \ghpr{1049}).
1818
\item Address a sanitizer report by initializing two private
1919
\code{bool} variables (Benjamin Christoffersen in \ghpr{1113}).
20+
\item External pointer finalizer toggle default values were
21+
corrected to true (Dirk in \ghpr{1115}).
22+
}
23+
\item Changes in Rcpp Documentation:
24+
\itemize{
25+
\item Several URLs were updated to https and/or new addresses (Dirk)
26+
}
27+
\item Changes in Rcpp Deployment:
28+
\itemize{
29+
\item Added GitHub Actions CI using the same container-based setup
30+
used previously, and also carried code coverage over (Dirk in
31+
\ghpr{1128}).
2032
}
2133
}
2234
}

0 commit comments

Comments
 (0)