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

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-08-11 10:49:59 +00:00
parent c9de3d45f3
commit 7ff6c169d5
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
2007-08-11 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention SRFI-35.
* NEWS: Mention SRFI-35 and the new reader.
2007-08-08 Ludovic Courtès <ludo@gnu.org>

1
NEWS
View file

@ -45,6 +45,7 @@ Changes in 1.8.3 (since 1.8.2)
* Implementation improvements
** The reader is now faster, which reduces startup time
** Procedures returned by `record-accessor' and `record-modifier' are faster