1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Update `NEWS'.

This commit is contained in:
Ludovic Courtès 2008-05-31 23:19:55 +02:00
parent 102dbb6f6c
commit 8c40b75d38

10
NEWS
View file

@ -35,6 +35,16 @@ See `cancel-thread', `set-thread-cleanup!', and `thread-cleanup'.
indicating length of the `scm_t_option' array. 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) Changes in 1.8.5 (since 1.8.4)