From: Ludovic Courtès Date: Sat, 7 Mar 2020 15:56:34 +0000 (+0100) Subject: Update NEWS. X-Git-Tag: v3.0.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb052c4bdac3f1bd2dfca55ee1e43c5fc47dfa33;p=platform%2Fupstream%2Fguile.git Update NEWS. * NEWS: Update. --- diff --git a/NEWS b/NEWS index 8a2062232..fa927ed6d 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,12 @@ The new '*line-width*' fluid allows users to specify the width of a line for the purposes of line wrapping. See "texinfo plain-text" in the manual. +** R7RS support recognizes the '.sld' extension + +The '.sld' is what the R7RS suggests as a source file name extension. +It is now recognized when running "guile --r7rs", as well as +the '.guile.sld' extension. + * Bug fixes ** 'hash' correctly handles keywords, ports, hash tables, etc.