From 6a450390caca3fa62bb611843fea53f729be278a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 17 Mar 2014 22:13:09 +0100 Subject: [PATCH] Update NEWS. * NEWS: Remove last 'XXX'. --- NEWS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 78e48ec94..15911bf2b 100644 --- a/NEWS +++ b/NEWS @@ -7,9 +7,6 @@ Please send Guile bug reports to bug-guile@gnu.org. Changes in 2.0.10 (since 2.0.9): -[XXX This is a work-in-progress!! Search for "XXX" for things to fix. -Reorganization would also be helpful.] - * Notable changes ** New GDB extension to support Guile @@ -95,7 +92,7 @@ is printed along with the location of the failed 'match' invocation. *** Numerical comparisons with more than 2 arguments are compiled to VM code. *** Several R6RS bitwise operators have been optimized. -** Miscellaneous changes [XXX not sure where these belong, if anywhere] +** Miscellaneous *** Web: 'content-disposition' headers are now supported. *** Web: 'uri-encode' hexadecimal percent-encoding is now uppercase.