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-08 15:35:56 +00:00
parent 3ba9acb1b4
commit 1fdd8ffa83
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-08-08 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention changes to `record-accessor' and
`record-modifier'.
2007-07-29 Ludovic Courtès <ludo@gnu.org>
Added Gnulib support.

5
NEWS
View file

@ -42,6 +42,11 @@ Changes in 1.8.3 (since 1.8.2)
** Expressions like "(set! 'x #t)" no longer yield a crash
* Implementation improvements
** Procedures returned by `record-accessor' and `record-modifier' are faster
Changes in 1.8.2 (since 1.8.1):