1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Update NEWS.

This commit is contained in:
Ludovic Courtès 2024-06-01 11:23:43 +02:00
parent dce65edbaf
commit 37f9fd865a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

7
NEWS
View file

@ -9,6 +9,13 @@ Changes in 3.0.10 (since 3.0.9)
* New interfaces and functionality
** New language: Wisp (SRFI-119)
Guile now includes SRFI-119, commonly referred to as Wisp (for
"Whitespace for Lisp"), a Pythonesque surface syntax for Scheme where
parentheses are replaced by equivalent indentation. See SRFI-119 in the
manual.
** New warning: unused-module
This analysis, enabled at `-W2', issues warnings for modules that appear