summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2009-01-04 22:45:54 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2009-01-04 22:47:59 +0000
commitdc686d7b0a1490e26482e018489dec040b79b952 (patch)
tree6295008acffbf5e96dcc4e806223bbc8a44b9c86
parenta9931e4e1ab80e6b47d6d836edf834f530bd9522 (diff)
downloadguile-dc686d7b0a1490e26482e018489dec040b79b952.tar.gz
NEWS entry for %fast-slot-ref/set! fix
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f0e7a9a6..8471a500b 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,12 @@ application code.
** Functions for handling `scm_option' now no longer require an argument
indicating length of the `scm_t_option' array.
+
+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)