Skip to content

Commit 7c5d6cd

Browse files
committed
update news and description
1 parent a901ad1 commit 7c5d6cd

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rncl
22
Title: An Interface to the Nexus Class Library
3-
Version: 0.8.9
3+
Version: 0.8.10
44
Authors@R: c(person("Francois", "Michonneau", role=c("aut", "cre"),
55
email="francois.michonneau@gmail.com", comment = c("ORCID" = "0000-0002-9092-966X")),
66
person("Ben", "Bolker", role=c("aut"), comment = c("ORCID" = "0000-0002-2127-0443")),

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## rncl 0.8.10
2+
3+
* fix `-Wstringop-overflow` warning reported by CRAN's gcc-SAN checks, by
4+
constructing the `std::string` base of `NxsString` directly rather than
5+
assigning to it after default construction.
6+
* initialize the scratch members of `NxsCharacterPattern` to fix a
7+
`-Wmaybe-uninitialized` warning seen with GCC 14 on Windows.
8+
19
## rncl 0.8.9
210

311
* bring latest changes from NCL so it compiles with c++20 standard (PR #23, changes from mtholder/ncl#33)

0 commit comments

Comments
 (0)