1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Update NEWS.

* NEWS: Update.
This commit is contained in:
Ludovic Courtès 2020-03-07 16:56:34 +01:00
parent 11924412ff
commit fb052c4bda

6
NEWS
View file

@ -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.