1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Update NEWS.

This commit is contained in:
Ludovic Courtès 2014-03-20 21:20:59 +01:00
parent 0c1f2b0e0d
commit d4d11cf39d

8
NEWS
View file

@ -5,6 +5,14 @@ See the end for copying conditions.
Please send Guile bug reports to bug-guile@gnu.org.
Changes in 2.0.11 (since 2.0.10):
This release fixes an embarrassing regression introduced in the C
interface to SRFI-4 vectors. See
<https://lists.gnu.org/archive/html/guile-devel/2014-03/msg00047.html>
for details.
Changes in 2.0.10 (since 2.0.9):
* Notable changes