SRFI-43: vector-concatenate: Fix error message.
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 15911bf..0292dcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ See the end for copying conditions.
 Please send Guile bug reports to bug-guile@gnu.org.
 
 
+Changes in 2.0.11 (since 2.0.10):
+
+This release fixes an embarrassing regression introduced in the C
+interface to SRFI-4 vectors.  See
+<https://lists.gnu.org/archive/html/guile-devel/2014-03/msg00047.html>
+for details.
+
+\f
 Changes in 2.0.10 (since 2.0.9):
 
 * Notable changes
@@ -141,7 +149,7 @@ See "Binding multiple return values" in the manual.
 Guile now allows macro definitions to use identifiers other than '...'
 as the ellipsis.  This is convenient when writing macros that generate
 macro definitions.  The desired ellipsis identifier can be given as the
-first operand to 'syntax-rules', as specified SRFI-46 and R7RS, or by
+first operand to 'syntax-rules', as specified in SRFI-46 and R7RS, or by
 using the new 'with-ellipsis' special form in procedural macros.  With
 this addition, Guile now fully supports SRFI-46.