From f9c780db975b67fd4c07e021991efde8b20a8c91 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sun, 4 Jan 2009 22:45:54 +0000 Subject: [PATCH] NEWS entry for %fast-slot-ref/set! fix --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index d5c6771d0..bd96d141b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. + +Changes in 1.8.7 (since 1.8.6) + +* Bugs fixed + +** Fix %fast-slot-ref/set!, to avoid possible segmentation fault + Changes in 1.8.6 (since 1.8.5)