From 6d6b2d4fcd3fa1cf5f5d0be7cf6f35cb7287a682 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 21 Jan 2011 09:23:06 +0100 Subject: [PATCH] update NEWS for hungry-eol-escapes * NEWS: Update for hungry-eol-escapes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index bf6b4f2da..f10da910f 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,12 @@ latest prerelease, and a full NEWS corresponding to 1.8 -> 2.0. Changes in 1.9.15 (since the 1.9.14 prerelease): +** New reader option: `hungry-eol-escapes' + +Guile's string syntax is more compatible with R6RS when the +`hungry-eol-escapes' option is enabled. See "String Syntax" in the +manual, for more information. + ** `expt' and `integer-expt' changes when the base is 0 While `(expt 0 0)' is still 1, `(expt 0 N)' for N > 0 is now 0, and