summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-07 16:56:34 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-07 16:56:34 +0100
commitfb052c4bdac3f1bd2dfca55ee1e43c5fc47dfa33 (patch)
tree9b0aaff915053db38f2703f2978fe7ce5ff75303
parent11924412ff15efc58b7d7d4578ea9b46ceb83202 (diff)
downloadguile-fb052c4bdac3f1bd2dfca55ee1e43c5fc47dfa33.tar.gz
Update NEWS.
* NEWS: Update.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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.