Allow @ to work with (ice-9 syncase)
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 4502765..2d9916c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,13 @@ Changes in 1.8.7 (since 1.8.6)
 ** Fix build problem when scm_t_timespec is different from struct timespec
 ** Fix build when compiled with -Wundef -Werror
 
+** Allow @ macro to work with (ice-9 syncase)
+
+Previously, use of the @ macro in a module whose code is being
+transformed by (ice-9 syncase) would cause an "Invalid syntax" error.
+Now it works as you would expect (giving the value of the specified
+module binding).
+
 \f
 Changes in 1.8.6 (since 1.8.5)