Skip to content

Commit

Permalink
Add to news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Aug 13, 2024
1 parent bf1ded4 commit 1fb349c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1fb349c

Please sign in to comment.