Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 146d103..8a9a245 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,9 +40,15 @@ Changes in 1.8.5 (since 1.8.4)
 
 * Bugs fixed
 
-** `scm add_slot ()' no longer segfaults (fixes bug #22369)
+** `scm_add_slot ()' no longer segfaults (fixes bug #22369)
+** Fixed `(ice-9 match)' for patterns like `((_ ...) ...)'
+
+Previously, expressions like `(match '((foo) (bar)) (((_ ...) ...) #t))'
+would trigger an unbound variable error for `match:andmap'.
+
 ** Fixed build issue for GNU/Linux on IA64
 ** Fixed build issue on NetBSD 1.6
+** Fixed build issue on Solaris 2.10 x86_64
 
 \f
 Changes in 1.8.4 (since 1.8.3)