diff --git a/NEWS b/NEWS index 5f84659c0..7f4670724 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,16 @@ See `cancel-thread', `set-thread-cleanup!', and `thread-cleanup'. indicating length of the `scm_t_option' array. + +Changes in 1.8.6 (since 1.8.5) + +* Bugs fixed + +** Internal `scm_i_' functions now have "hidden" linkage with GCC/ELF + +This makes these internal functions technically not callable from +application code. + Changes in 1.8.5 (since 1.8.4)