From 1fb349cbaedb7f071d77c94060f472dafbf653ea Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Tue, 13 Aug 2024 17:28:05 -0500 Subject: [PATCH] Add to news --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4855580..7654384 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,14 @@ - Changed language access to not use `SET_TYPEOF` (as required by CRAN) +- Changed interface so that functional changes will not cause + segmentation faults when other libraries are not recompiled against + this library (removed binary linkage). However changes to the + dparser parsing C structures will likely cause a segmentation fault. + Since the structures have not changed very much over time, but CRAN + requests small changes to the functions frequently, this will + probably be sufficient for most cases. + # dparser 1.3.1-11 - Changed `gram.c` to handle NULL strings without printing them (as requested by CRAN)